Skip to content

Instantly share code, notes, and snippets.

@garywu
Last active January 26, 2017 17:11
Show Gist options
  • Save garywu/53573d3a8cb59189a238d153bcce2291 to your computer and use it in GitHub Desktop.
Save garywu/53573d3a8cb59189a238d153bcce2291 to your computer and use it in GitHub Desktop.
Jupyter Kernel

#Listing kernel ipython kernel install documentation

jupyter kernelspec list #1477

#Installing kernel from virtualenv

source activate myenv
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"
source activate other-env
python -m ipykernel install --user --name other-env --display-name "Python (other-env)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment