Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

DOC: how to create separate conda environments on the jupyterhub #11

Open
scottyhq opened this issue Jul 11, 2021 · 0 comments
Open

DOC: how to create separate conda environments on the jupyterhub #11

scottyhq opened this issue Jul 11, 2021 · 0 comments

Comments

@scottyhq
Copy link
Contributor

users always ask how to create a separate conda environment from the default environment that can be used to execute notebooks. You need to register the 'kernel'.

An example, and note that you might have to log out and log back into the server:

conda create -q -y -n isce2 python=3.8 isce2=2.5.1 ipykernel
conda activate isce2
# The following command is necessary for JupyterHub to find this kernel for your notebook
python -m ipykernel install --user --name isce2 --display-name "Python (isce2)"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant