JupyterLab menus
This recipe will walk us through the different menus available once we start our JupyterLab.
How to do it...
- There are additional menus and menu items available, as shown in the following screenshot:
- The
File
menu includes the following:
New
: This creates a new console, Notebook, text file, or terminal windowNew Launcher
: Opens another launcher windowNew View
: We can now have different views of the same Notebook—completely configurableNew Console for Activity
: Another console windowClose Launcher
: Closes the launcherClose and Shutdown
: Menu item versus Ctrl + C in the console window where Jupyter startsClose All
: Closes all the programs that are runningSave options
: This option is used to save the NotebookRevert to Saved
: Notebooks are stored with checkpoints that can be recoveredRename...
: To rename the Notebook that is runningTrust Notebook
: As mentioned in the previous chapterExport Notebook As...
: Familiar options to export the Notebook into a variety of formats:- HTML
- LaTeX...