From 1f4b0aa77b83136ec1df1c97a4f2862f95d1e5e5 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 24 Nov 2020 16:10:47 +0100 Subject: [PATCH] Update Python/README.md --- Python/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Python/README.md b/Python/README.md index 6aa7845..37bf0c4 100644 --- a/Python/README.md +++ b/Python/README.md @@ -4,9 +4,17 @@ ## Q: Installing Cartopy on Jet Cluster? [Cartopy Installation Notebook](QA-001-Cartopy-Installation-Jet.ipynb) + The user needs to load `geos` and `proj` libraries and install via `pip install --user cartopy` or create an anaconda environment and install there. *Installing from `conda-forge` is also possible, without loading any modules.* e.g. `conda install -c conda-forge cartopy` in a conda environment. -This installs the libraries as well. (Not recommended) \ No newline at end of file +This installs the libraries as well. (Not recommended) + +## Q: Load Modules into the current Notebook Environment? +[Modules laoded in Kernel](QA-002-Modules-loaded-Kernel.ipynb) + +The Idea is to create a `load_modules_into_jupyter.conf` file in your home directory asking for modules to be loaded when ther kernel is launched. +*Please note that the file needs an empty line at the end* + -- GitLab