1. Qgrid
Installation:
pip install qgrid #Installing with pip
conda install qgrid #Installing with conda
2. itables
Installation:
pip install itables
Usage:
from itables import init_notebook_mode
init_notebook_mode(all_interactive=True)
import world_bank_data as wb
df = wb.get_countries()
df
3. Jupyter DataTables
Installation:
pip install jupyter-datatables
Usage:
`from jupyter_datatables import init_datatables_mode
init_datatables_mode()`
4. ipyvolume
Installation:
pip install ipyvolume #Installing with pip
conda install -c conda-forge ipyvolume #Installing with conda
5. bqplot
Installation:
pip install bqplot #Installing with pip
conda install -c conda-forge bqplot #Installing with conda
For more Extensions Please check this link:
https://towardsdatascience.com/10-useful-jupyter-notebook-extensions-for-a-data-scientist-bd4cb472c25e