| Both sides previous revision Previous revision Next revision | Previous revision |
| habrok:connecting_to_the_system:web_portal [2023/08/29 11:16] – admin | habrok:connecting_to_the_system:web_portal [2026/06/22 09:47] (current) – pedro |
|---|
| ====== 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 |
| |
| ===== 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 ===== |
| |
| * ''<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'': |
| 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> |
| |