Skip to content

Instantly share code, notes, and snippets.

@michaelwsherman
Last active April 5, 2019 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelwsherman/ba2c7f6e620725f3545de3c7ccf0215e to your computer and use it in GitHub Desktop.
Save michaelwsherman/ba2c7f6e620725f3545de3c7ccf0215e to your computer and use it in GitHub Desktop.
Creating an iPython kernel
export KERNEL_NAME="my_kernel"
export DISPLAY_NAME="Project Foo"
pip install ipykernel
python -m ipykernel install --name $KERNEL_NAME --display-name "$DISPLAY_NAME" --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment