Interface Overview
Last updated
Last updated
JupyterLab is the next generation web-interface for Jupyter Notebooks. It enables you to use side by side view, text editors, terminals, data file viewers, markdown preview and other custom components along with notebooks. Highlighted features are:
Drag-and-drop to reorder notebook cells and copy them between notebooks.
Run code blocks interactively from text files (.py, .R, .md, .tex, etc.).
Link a code console to a notebook kernel to explore code interactively without cluttering up the notebook with temporary scratch work.
Edit popular file formats with live preview, such as Markdown, JSON, CSV, Vega, VegaLite, and more.
For more indept guides and videos about JupyterLab, please see the official documentation
File: actions related to files and directories
Edit: actions related to editing documents and other activities
View: actions that alter the appearance of JupyterLab
Run: actions for running code in different activities such as notebooks and code consoles
Kernel: actions for managing kernels, which are separate processes for running code
Hub: actions related to the hub such as shutdown or logout.
Tabs: a list of the open documents and activities in the dock panel
Settings: common settings and an advanced settings editor
Help: a list of JupyterLab and kernel help links
File Browser: Local file browser for JupyterHub. Not synced with Google Drive
Git Plugin Actions: View of files that have changed and an interface to git actions such as stage, commit, push and pull
Running Terminals and Kernels: List of active running kernels.
Command Palette: Keyboard-driven way to search for and run JupyterLab commands
Open Tabs: List of active notebook tabs and related functionality
Browser Window: Active browser window.
Git Clone: Add or clone a new repository
Notebook launcher: Available notebook kernels to launch.
Terminal launcher: Launch a new terminal window