Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
en:services:application_services:jupyter:start [2023/04/13 16:51] – [Selecting a notebook image] bwegman1en:services:application_services:jupyter:start [2023/04/14 15:34] – [Notebook does not start / Kernel can not connect] bwegman1
Line 63: Line 63:
   * <code bash> mv -v .local/ .local.gwdg-disable </code>   * <code bash> mv -v .local/ .local.gwdg-disable </code>
   * Restart notebook server: File - Hub Control Panel - Stop My Server   * Restart notebook server: File - Hub Control Panel - Stop My Server
 +
 +<WRAP info>
 +This action is also available through the selfservice portal: https://jupyter-cloud.gwdg.de/selfservice
 +</WRAP>
 ==== Installing additional python modules ==== ==== Installing additional python modules ====
 Additional Python modules can be installed via the terminal and the Python package manager "pip". To do this, a terminal must be opened via the menu "New" -> "Terminal". Afterwards <code>pip install --user <module></code> installs a new module in the home directory. Additional Python modules can be installed via the terminal and the Python package manager "pip". To do this, a terminal must be opened via the menu "New" -> "Terminal". Afterwards <code>pip install --user <module></code> installs a new module in the home directory.