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/07/27 08:36] – [Hábrók Remote Desktop] adminhabrok:connecting_to_the_system:web_portal [2023/11/08 08:50] (current) – [Jupyter Notebook] fokke
Line 2: Line 2:
  
 ** **
-''The Web Portal for Hábrók is now available, but some functionality is still lacking. For instance, the interactive apps for remote desktop, MATLAB, COMSOL, TensorFlowand PyTorch are not available yet.''+''The Web Portal for Hábrók is now available, but some functionality is still lacking. For instance, the interactive apps for TensorFlow and PyTorch are not available yet.''
 ** **
  
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>