Quick Start¶
How to start using our environments quickly via terminal or Jupyter.
Terminal (SSH)¶
$ ssh $USER@max-exfl-display.desy.de
$ module load exfel # Enable our modules
- EXFEL modulepath enabled
$ module load exfel-python # Load current python environment
Loading exfel-python/202301
Loading requirement: mambaforge/22.11
$ python3 ...
More Information
Jupyter¶
- Got to https://max-jhub.desy.de.
- Start a session.
- Select
exfel
to get our current environment.
More Information