cc_staff
782
edits
(Marked this version for translation) |
(Additional details about the software tab) |
||
Line 32: | Line 32: | ||
** 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 | ||
* ''Running Terminals and Kernels'': | * ''Running Terminals and Kernels'' (stop icon): | ||
** To stop kernel sessions and terminal sessions | ** To stop kernel sessions and terminal sessions | ||
* ''Commands'' | * ''Commands'' | ||
Line 40: | Line 40: | ||
** 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]] | ||
* ''Softwares'' (blue | * ''Softwares'' (blue diamond sign): | ||
** Compute Canada modules can be loaded and unloaded in the JupyterLab session | ** Compute Canada modules can be loaded and unloaded in the JupyterLab session. Depending on the module loaded, an icon directing to the [[#Jupyter_Applications|Jupyter application]] will appear in the ''Launcher'' tab. | ||
** The search box can search for [[Available software|available | ** The search box can search for any [[Available software|available module]] and give the result in the ''Available Modules'' 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 | ** 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. | ** 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. | ||
=== Application area on right === <!--T:8--> | === Application area on right === <!--T:8--> |