UNM-CARC / QuickBytes

Development of short tutorials for UNM's Center for Advanced Research Computing
20 stars 16 forks source link

Add Jupyterhub User Env Requirement #40

Closed gmfricke closed 4 years ago

gmfricke commented 4 years ago

To see user home dir conda environments in jupyterhub the user has to install the appropriate kernel into that environment.

eg.

source activate nlp
conda install ipykernel

nlp-grab

akrausfish commented 4 years ago

Done with pull request #60