-
Notifications
You must be signed in to change notification settings - Fork 24
4.2.1 Adding additional kernels to Jupyter Hub
Naomi Henderson edited this page Apr 23, 2018
·
4 revisions
scp byrd:/home2/nhn2/python2.7_environment.yml .
conda env create -f python2.7_environment.yml
source activate python2.7
python -m ipykernel install --user --name python2.7 --display-name "Python2 PyNGL"
source deactivate python2.7
killall jupyter-lab
source activate pangeo
jupyter lab &
disown