* Use the link communicated by email to access a Jupyter service on the MPCDF HPC cloud
* The course material *and* software are provided via an interactive JupyterLab interface
* Each instance provides *up to* 4 virtual CPU cores and *up to* 6 GB RAM
* Each instance provides access to several virtual CPU cores and a few GB of RAM
* Please keep the following points in mind
* Use the JupyterLab menu **File $\to$ Shut down** to free resources when finished
* A session is terminated after 12h
* The storage is only temporary, i.e. download your modified notebooks and data in time via the GUI
%% Cell type:markdown id: tags:
### Software Option 2: Python infrastructure on the MPCDF HPC systems
* Python is provided via the Anaconda Python Distribution
* software is accessible via environment modules, e.g.
`module purge`
`module load gcc/12 impi/2021.9`
`module load anaconda/3/2023.03`
`module load mpi4py/3.1.4`
%% Cell type:markdown id: tags:
### Software Option 3: Python environment for your local computer
* On a recent Linux system, install all the necessary packages via the package manager
* Alternatively, install the Anaconda Python Distribution (https://www.anaconda.com) and use the `conda` package manager and the file `environment.yml` to add all necessary packages