jupyterlab

Package — NotebookPython 3.7+Beginner

Next-gen Jupyter interface with extensions and file browser

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
ipython, ipykernel, jupyter-core, jupyter-server, jupyterlab-server, notebook-shim, packaging, tornado, traitlets
Install
pip install jupyterlab

Learn by Difficulty

Quick Example

python
# Install: pip install jupyterlab
import jupyterlab

# Basic jupyterlab usage
print(f"Using jupyterlab")
# See documentation for detailed examples

jupyterlab is a third-party package. Next-gen Jupyter interface with extensions and file browser. Install with: pip install jupyterlab

Try in Playground

Tags

packagenotebookinteractiveeducation