Skip to content
Snippets Groups Projects
Select Git revision
  • d2bbe4b1a39eccc50d4870652e43506f1d82ea90
  • master default protected
  • kuglerl93-master-patch-83288
  • fritzm97-master-patch-31221
  • 03-2025
5 results

Python

  • Clone with SSH
  • Clone with HTTPS
  • Python related Problems

    Q: Installing Cartopy on Jet Cluster?

    Cartopy Installation Notebook

    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?

    Modules laoded in Kernel

    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

    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