rsnt_translations
56,430
edits
(Link to the Jupyter page in introduction) |
No edit summary |
||
Line 33: | Line 33: | ||
<!--T:18--> | <!--T:18--> | ||
'''<sup id="clusters_note">‡</sup> Note that the compute nodes running the Jupyter kernels do not have internet access'''. This means that you can only transfer files from/to your own computer; you cannot download code or data from the internet (e.g. cannot do "git clone", cannot do "pip install" if the wheel is absent from our wheelhouse). You may also have problems if your code performs downloads or uploads (e.g. in machine learning where downloading data from the code is often seen). | '''<sup id="clusters_note">‡</sup> Note that the compute nodes running the Jupyter kernels do not have internet access'''. This means that you can only transfer files from/to your own computer; you cannot download code or data from the internet (e.g. cannot do "git clone", cannot do "pip install" if the wheel is absent from our [[Available Python wheels|wheelhouse]]). You may also have problems if your code performs downloads or uploads (e.g. in machine learning where downloading data from the code is often seen). | ||
== JupyterHub for universities and schools == <!--T:12--> | == JupyterHub for universities and schools == <!--T:12--> | ||
Line 108: | Line 108: | ||
[[File:JupyterLab_Softwares.png|thumb|Loaded modules and available modules]] | [[File:JupyterLab_Softwares.png|thumb|Loaded modules and available modules]] | ||
* '''''Software''''' (blue diamond sign): | * '''''Software''''' (blue diamond sign): | ||
** Compute Canada modules can be loaded and unloaded in the JupyterLab session. Depending on the | ** Compute Canada 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 ''Launcher'' tab. | ||
** 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 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 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>. |