Created
March 3, 2020 00:00
-
-
Save BindiChen/073e45116ba96c939e3f6934c8703bb9 to your computer and use it in GitHub Desktop.
show Jupyter notebook kernel
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/d2l | |
admin@MAC-156893:~/Library/Jupyter/kernels/d2l| | |
⇒ ls | |
kernel.json logo-32x32.png logo-64x64.png | |
admin@MAC-156893:~/Library/Jupyter/kernels/d2l| | |
⇒ cat kernel.json | |
{ | |
"argv": [ | |
"/Users/admin/anaconda3/envs/d2l/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