Jupyter Lab
Install
python3 -m pip install jupyterlab
jupyter lab .
jupyter lab --ip=0.0.0.0
Cool Extensions
- jupyterlab/jupyterlab-git: A Git extension for JupyterLab
- altair-viz/jupyterlab_voyager: JupyterLab extension visualize data with Voyager
- pbugnion/jupyterlab-sql: SQL GUI for JupyterLab
- Interactive Controls in Jupyter Notebooks | by Will Koehrsen | Towards Data Science