Qgrid is an IPython extension which uses SlickGrid to render pandas DataFrames within an IPython notebook. It's being developed for use in Quantopian's hosted research environment, and this repository holds the latest source code.
SlickGrid is an an advanced javascript grid which allows users to scroll, sort, and filter hundreds of thousands of rows with extreme responsiveness. Pandas is a powerful data analysis / manipulation library for Python. DataFrames are the primary way of storing and manipulating two-dimensional data in pandas.
Qgrid renders pandas DataFrames as SlickGrids, which enables users to explore the entire contents of a DataFrame using intuitive sorting and filtering controls. It's designed to be used within IPython notebook, and it's also fully functional when rendered in nbviewer.
View a demo of qgrid by opening the [qgrid_demo notebook in nbviewer](http://nbviewer.ipython .org/github/quantopian/qgrid/blob/master/qgrid_demo.ipynb).