JupyterLab#

JupyterLab is an extensible, feature-rich editor for creating and editing Jupyter Notebooks:

  • You can arrange multiple documents and activities side by side in your workspace using tabs.

  • Code consoles provide temporary scratchpads for running code interactively, which can also be linked to a notebook kernel.

  • There is also preview of CSV and Vega files.

  • JupyterLab extensions can customise or enhance any part of JupyterLab.

JupyterLab currently uses the same Notebook document format as the classic Jupyter Notebook. Notebook 7 will replace the classic Jupyter Notebook format.