Beyond the Standard Library
Chapter 4: Jupyter Notebook
JupyterLab
JupyterLab is the next-generation interactive development environment (IDE) for Jupyter. It offers a complete user interface. You can open multiple Jupyter Notebooks and switch between them in tabs, use text editors and run terminals in a single unified interface.
You can install JupyterLab with pip install jupyterlab
Similar to running the classic Jupyter Notebooks, launch JupyterLab with jupyter lab
or jupyter-lab
.