diff --git a/Python/README.md b/Python/README.md
index 6aa7845afefa7fb183f1165dffe65002eb9ff37f..37bf0c402940a7d59ea157e98482ca0ece0ad68a 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*
+