Last active
March 22, 2020 22:49
-
-
Save BindiChen/aaa38c11c5a67a1fad53c2c060a0ce72 to your computer and use it in GitHub Desktop.
display kernel in Jupyter Notebook
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
⇒ cd /Users/admin/Library/Jupyter/kernels/nlp | |
admin@MAC:~/Library/Jupyter/kernels/nlp| | |
⇒ ls | |
kernel.json logo-32x32.png logo-64x64.png | |
admin@MAC:~/Library/Jupyter/kernels/nlp| | |
⇒ cat kernel.json | |
{ | |
"argv": [ | |
"/Users/admin/Code/WorkSpace/python-venv/npl/bin/python", | |
"-m", | |
"ipykernel_launcher", | |
"-f", | |
"{connection_file}" | |
], | |
"display_name": "d2l", | |
"language": "python" | |
}% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment