Collection of training material and tools used for the development of a Training offer in RDM
The framework is the Training and Outreach activities of Hub Matter-HMC at HZB
This project is used for material distribution and review. Currently the material consist of:
Material is organized in expertise levels: Beginners, Intermediate, Experts/Trainers
The Jupyter notebooks are compatible with Jupyterlab3, see requirements.txt /environment.yml for details.
The repository is in progress, please start an issue for questions and clarifications.
The notebook can be run in Jupyterlab (v3 is tested) and Python3.8 is compatible with the packages used in the ipynb
files
hosted in this repository.
a. virtualenv
- install virtualenv
sudo apt install python3-virtualenv
- choose a name for your environment
virtualenv environmentname
- start the environment
source environmentname/bin/activate
- install the jupyter notebooks dependencies to customize the environment to be compatible to the hands-on sessions
b. conda
c. poetry