Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Goals:
Initial Screen Navigation and Options
Upon connecting, you are presented with the main Jupyter Labs screen and options: Drop down menu bar along the top Along the left is a collapsable sidebar Along the right is another sidebar Main work area in the center (Starts with Launcher tab opened) Along bottom is a information dock
| |
---|
Has top-level menus that expose actions available in JupyterLab with their keyboard shortcuts. The default menus are: File: actions related to files and folders 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 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
JupyterLab extensions can also create new top-level menus in the menu bar. | |
---|
Left Sidebar will have a number of default options upon launch. | |
---|
Property inspector (active in notebooks) | |
Debugger | |
Main Work Area
Upon initial login, the main work area will show the JupyterLab Launcher in a tab. Users can launch lab applications in a new tab from the Launcher Any kernels available on the cluster will show up as a kernel option in the launcher (Usually launchable as both a Notebook or Console) Additional lab applications like terminal, file editors, and help menus will show up as options below under ‘Other’
The main work area in JupyterLab allows users to arrange documents (notebooks, text files, etc.) and other activities (terminals, code consoles, etc.) into panels of tabs. Tabs can be resized or subdivided. Move a tab to a panel by dragging the tab to the center of a tab panel. Subdivide a tab panel by dragging a tab to the left, right, top, or bottom of the panel.
| |
---|
Found along the bottom of your Jupyter Lab window, the information dock contains a few informative displays that are always visible throughout your JupyterLab Session | |
View Toggle (Toggling simple “on” removes tabs for just one main/active work area. This makes it look more like a traditional Jupyter Notebook) | |
Active Count # of active kernels # of active terminals
| |
Active work area: | |
Notifications: Notifies users of possible updates or other JupyterLab news | |
Running a Console Kernel