rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 108: | Line 108: | ||
[[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): | * <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 [[# | ** 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 <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 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 <i>Loaded Modules</i> 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 <i>Loaded Modules</i> 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>. |