Get Started — JupyterLab 4.4.2 documentation (original) (raw)

JupyterLab is a next-generation web-based user interface forProject Jupyter.

JupyterLab showing the file browser, notebook, and several other open files.

JupyterLab enables you to work with documents and activities such asJupyter notebooks, text editors, terminals, and custom components in a flexible, integrated, and extensible manner. For a demonstration of JupyterLab and its features, you can view this video:

You can arrange multiple documents and activities side by side in the work area using tabs and splitters. Documents and activities integrate with each other, enabling new workflows for interactive computing, for example:

JupyterLab also offers a unified model for viewing and handling data formats. JupyterLab understands many file formats (images, CSV, JSON, Markdown, PDF, Vega, Vega-Lite, etc.) and can also display rich kernel output in these formats. See File and Output Formats for more information.

To navigate the user interface, JupyterLab offers customizable keyboard shortcuts.

JupyterLab extensions can customize or enhance any part of JupyterLab, including new themes, file editors, and custom components.

JupyterLab uses the same notebook document formatas the classic Jupyter Notebook.

What will happen to the Classic Notebook?#

As JupyterLab 4 development continues, and Notebook 7 development follows, Notebook 7 will eventually replace the classic Jupyter Notebook. Throughout this transition, the same notebook document format will be supported by both the classic Notebook, Notebook 7 and JupyterLab. As of JupyterLab 4, the Notebook web application, will no longer be installed alongside JupyterLab as it is no longer a JupyterLab dependency. To find out more about the future of the classic Jupyter Notebook in the ecosystem, visit theJupyter Notebook 7 documentation.