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 [2026/06/22 09:47] (current) pedro
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.''
 ** **
  
 ====== Web Portal ====== ====== Web Portal ======
  
-We have implemented a new web portal for Hábrók, based on software developed at the [[https://www.osc.edu/|Ohio Supercomputer Center]], called [[http://openondemand.org/|OpenOnDemand]] (affectionately known as [[https://en.wikipedia.org/wiki/Ood|OOD]]). Using your username and password, just as you would do on Hábrók, you can log in to this portal at the following address:+We have implemented a new web portal for Hábrók, based on software developed at the [[https://www.osc.edu/|Ohio Supercomputer Center]], called [[http://openondemand.org/|OpenOnDemand]] (affectionately known as [[wp>Ood|OOD]]). Using your username and password, just as you would do on Hábrók, you can log in to this portal at the following address:
  
 https://portal.hb.hpc.rug.nl https://portal.hb.hpc.rug.nl
Line 14: Line 14:
  
 ===== Logging in ===== ===== Logging in =====
-  - If you already have a Hábrók account, you can just go to [[https://portal.hb.hpc.rug.nl]] and click on the <html><span class="glyphicon glyphicon-log-in hidden-sm"></span></html> Login button at the top-right corner. You will be prompted to enter your username, password, and MFA token, using the RUG single sign-on page, after which you will be logged in to the Web Portal.+  - If you already have a Hábrók account, you can just go to [[https://portal.hb.hpc.rug.nl]] and click on the ''[Login]'' button at the top-right corner. You will be prompted to enter your username, password, and MFA token, using the RUG single sign-on page, after which you will be logged in to the Web Portal.
   - If you don't have a Hábrók account, then go the [[https://iris.service.rug.nl|IRIS]] support system to request an account (more information at the [[..:introduction/policies|"Accounts and policies"]] page). Once your account has been added to Hábrók, follow from step 1 here to login.   - If you don't have a Hábrók account, then go the [[https://iris.service.rug.nl|IRIS]] support system to request an account (more information at the [[..:introduction/policies|"Accounts and policies"]] page). Once your account has been added to Hábrók, follow from step 1 here to login.
 ===== The Dashboard ===== ===== The Dashboard =====
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>