Skip to content
Snippets Groups Projects
Commit 1f4b0aa7 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update Python/README.md

parent 3e5726b3
Branches
Tags
No related merge requests found
......@@ -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*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment