Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DKRZ JupyterHub

The exercises are provided as Python Jupyter notebooks and are run on JupyterHub provided by DKRZ.

Log in with your u-Account at https://jupyterhub.dkrz.de/

Choose the following profile, fill in the account name "um0878" and start a notebook server

First time setup

First, you have to checkout the lecture git repository and install the required Python modules, the following step has to be done only once.

Open a terminal

Run the following commands

Code Block
module unload netcdf_c
module load anaconda3
pip install --user /work/um0878/users/olemke/rtcourse/python/*.whl
git clone --branch=wise2020 /work/um0878/users/olemke/rtcourse/arts-lectures.git

If no errors occured, type "exit" and close the browser tab.

Now navigate the file tree to

Code Block
languagebash
arts-lectures/exercises/01-rotational_spectra

and open the first exercise notebook "absorption_exe.ipynb".

Closing the notebook and server

After you're done for the day, save your notebook and shut down the notebook server. The notebook will be shutdown automatically after 12 hours. To save compute time (which will be accounted to the project even when the notebook is running in the background), please always close it down after you're done.

First close your notebook

Then go to the control panel

And stop the notebook server

Web location

This document can be found at https://collaboration.cen.uni-hamburg.de/display/RaRe/ARTS+Lecture