consideRatio / jupytearth.org-deploy

Exploratory deployment of ComputeCanada/magic_castle
0 stars 1 forks source link

Centralized Python environment #4

Open consideRatio opened 3 years ago

consideRatio commented 3 years ago

We can accomplish this using a dedicated conda environment perhaps? Accessible through NFS or another way that allows for a centralized installation point.

The way to add packages currently, is documented like this: https://github.com/ComputeCanada/magic_castle/tree/main/docs#106-add-packages-to-jupyter-default-python-kernel

Note that the /opt/ipython-kernel is configured from here: https://github.com/ComputeCanada/puppet-jupyterhub/blob/main/manifests/init.pp#L131