Dive into Jupyter Labs
Goals:
Walk through a options within a Jupyter Lab session
Initial Screen Navigation and Options
Upon connecting, you are presented with the main Jupyter Labs screen and options:
|
---|
Drop-Down Menu Bar
Has top-level menus that expose actions available in JupyterLab with their keyboard shortcuts. The default menus are:
JupyterLab extensions can also create new top-level menus in the menu bar. |
---|
Left Sidebar
Left Sidebar will have a number of default options upon launch.
|
---|
Right Sidebar
Property inspector (active in notebooks)
| |
|
Main Work Area
|
---|
Information Dock
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
| When turned on, looks aesthetically more like a traditional Jupyter Notebook |
Active Count
| |
Active work area:
| |
Notifications: Notifies users of possible updates or other JupyterLab news |
Running Code from a Console
Why run your code in a console instead of a notebook?
|
---|
Widgets & Extensions
Jupyter widgets and extensions can be installed to extend functionality of Jupyter. Recommended installation method and use is covered in the following module.
Next Steps:
Previous | Workshop Home | Next |