Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:connecting_to_the_system:web_portal [2023/08/29 11:16] adminhabrok:connecting_to_the_system:web_portal [2023/11/08 08:50] (current) – [Jupyter Notebook] fokke
Line 72: Line 72:
  
   * ''<ipython_version> = IPython/8.5.0-GCCcore-11.3.0'' for ''Python 3.10.4''   * ''<ipython_version> = IPython/8.5.0-GCCcore-11.3.0'' for ''Python 3.10.4''
 +  * ''<ipython_version> = IPython/7.26.0-GCCcore-11.2.0'' for ''Python 3.8.16''
  
 Now build a virtual environment in ''$HOME/venvs'': Now build a virtual environment in ''$HOME/venvs'':
Line 89: Line 90:
 Before you are able to build a Jupyter Notebook kernel for your new virtual environment, there are a few additional packages that you need to install: Before you are able to build a Jupyter Notebook kernel for your new virtual environment, there are a few additional packages that you need to install:
 <code> <code>
-pip install pip install tomlkit jupyter-contrib-core+pip install tomlkit jupyter-contrib-core
 </code> </code>