rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
<!--T:24--> | <!--T:24--> | ||
* In the | * In the <i>File</i> menu: | ||
** | ** <i>Hub Control Panel</i>: if you want to manually stop the JupyterLab server and the corresponding job on the cluster. This is useful when you want to start a new JupyterLab server with more or less resources | ||
** | ** <i>Log Out</i>: the JupyterHub session will end, which will also stop the JupyterLab server and the corresponding job on the cluster | ||
* Most other menu items are related to notebooks and Jupyter applications | * Most other menu items are related to notebooks and Jupyter applications | ||
Line 96: | Line 96: | ||
<!--T:26--> | <!--T:26--> | ||
* | * <i>ile Browser</i> (folder icon): | ||
** This is where you can browse in your home, project and scratch spaces | ** This is where you can browse in your home, project and scratch spaces | ||
** It is also possible to upload files | ** It is also possible to upload files | ||
* | * <i>Running Terminals and Kernels</i> (stop icon): | ||
** To stop kernel sessions and terminal sessions | ** To stop kernel sessions and terminal sessions | ||
* | * <i>Commands</i> | ||
* | * <i>Property Inspector</i> | ||
* | * <i>Open Tabs</i>: | ||
** To navigate between application tabs | ** To navigate between application tabs | ||
** To close application tabs - the corresponding kernels remain active | ** To close application tabs - the corresponding kernels remain active | ||
[[File:JupyterLab_Softwares.png|thumb|Loaded modules and available modules]] | [[File:JupyterLab_Softwares.png|thumb|Loaded modules and available modules]] | ||
* | * <b><i>Software</i></b> (blue diamond sign): | ||
** Alliance modules can be loaded and unloaded in the JupyterLab session. Depending on the modules loaded, icons directing to the corresponding [[#Prebuilt_Applications|Jupyter applications]] will appear in the | ** Alliance modules can be loaded and unloaded in the JupyterLab session. Depending on the modules loaded, icons directing to the corresponding [[#Prebuilt_Applications|Jupyter applications]] will appear in the <i>Launcher</i> tab. | ||
** The search box can search for any [[Available software|available module]] and give the result in the | ** The search box can search for any [[Available software|available module]] and give the result in the <i>Available Modules</i> sub-panel. Note: some modules are hidden until their dependency is loaded - we recommend that you first look for a specific module with <code>module spider module_name</code> from a terminal. | ||
** The next sub-panel is the list of ''Loaded Modules'' in the whole JupyterLab session. Note: while <code>python</code> and <code>ipython-kernel</code> modules are loaded by default, additional modules must be loaded before launching some other applications or notebooks. For example: <code>scipy-stack</code>. | ** The next sub-panel is the list of ''Loaded Modules'' in the whole JupyterLab session. Note: while <code>python</code> and <code>ipython-kernel</code> modules are loaded by default, additional modules must be loaded before launching some other applications or notebooks. For example: <code>scipy-stack</code>. | ||
** The last sub-panel is the list of ''Available modules'', similar to the output of <code>module avail</code>. By clicking on a module's name, detailed information about the module is displayed. By clicking on the ''Load'' link, the module will be loaded and added to the ''Loaded Modules'' list. | ** The last sub-panel is the list of ''Available modules'', similar to the output of <code>module avail</code>. By clicking on a module's name, detailed information about the module is displayed. By clicking on the ''Load'' link, the module will be loaded and added to the ''Loaded Modules'' list. |