diff --git a/Python/README.md b/Python/README.md index 37bf0c402940a7d59ea157e98482ca0ece0ad68a..b2dd241ec96b942ad23b7356e8cfab242b7468e5 100644 --- a/Python/README.md +++ b/Python/README.md @@ -18,3 +18,7 @@ This installs the libraries as well. (Not recommended) 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* +## Q: How to create a user environment? +[Conda/Virtual Environment](QA-003-Conda-Environment.ipynb) + +The idea is to install a conda or virtual environment and use that as a kernel for your notebooks. *Please note the solution for cartopy*