From 81fc499bdbf80fd034fc2948393f7d743552ba78 Mon Sep 17 00:00:00 2001 From: voigta80 <aiko.voigt@univie.ac.at> Date: Wed, 11 Sep 2024 10:12:02 +0200 Subject: [PATCH] Updates Readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4332e34..bf89af2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Credits: ## Python environment and kernel +### IMG Jet cluster + Assume we are working on the IMG jet cluster and that micromamba is installed. We are installing the same environment as is used by the ERA5 interactive cookbook of Projet Pythia. ``` @@ -32,4 +34,11 @@ This will create the ERA5-interactive environment, located in `~/micromamba/envs ~/micromamba/envs/ERA5_interactive/bin/python3 -m ipykernel install --user --name=ERA5_interactive ``` -The kernel is located in `~/.local/share/jupyter/kernels/era5_interactive`. \ No newline at end of file +The kernel is located in `~/.local/share/jupyter/kernels/era5_interactive`. + +Note that an environment file environment.yml is also included in the repo. This allows use with mybinder.org, see below. + +### mybinder.org + +The repo can be used at mybinder.org. + -- GitLab