Python related Problems
Q: Installing Cartopy on Jet Cluster?
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)
Q: Load Modules into the current Notebook Environment?
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?
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