Skip to content

Instantly share code, notes, and snippets.

@devhero
Created May 17, 2017 12:57
Show Gist options
  • Save devhero/f294369a096cda4a89bfd67a733b8a1f to your computer and use it in GitHub Desktop.
Save devhero/f294369a096cda4a89bfd67a733b8a1f to your computer and use it in GitHub Desktop.
jupyter No module named ipykernel_launcher
# MacOS
# edit file:
/Users/username/Library/Jupyter/kernels/python3/kernel.json
# change ___ENVPATH___ to a working one
{
"argv": [
"/____ENVPATH____/bin/python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"language": "python",
"display_name": "Python 3"
}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment