Created
May 17, 2017 12:57
-
-
Save devhero/f294369a096cda4a89bfd67a733b8a1f to your computer and use it in GitHub Desktop.
jupyter No module named ipykernel_launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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