Versions Compared

Key

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

...

Log in with your u-Account at https://jupyterhub.dkrz.de/ and start a notebook server

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

First time setup

To 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
languagebash
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.

You can now Now navigate the file tree to `arts

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

spectra` and open the first exercise notebook `absorptionabsorption_exe.ipynb`ipynb

Closing the notebook and server

...