Skip to content

Instantly share code, notes, and snippets.

@BindiChen
Created March 3, 2020 00:00
Show Gist options
  • Save BindiChen/073e45116ba96c939e3f6934c8703bb9 to your computer and use it in GitHub Desktop.
Save BindiChen/073e45116ba96c939e3f6934c8703bb9 to your computer and use it in GitHub Desktop.
show Jupyter notebook kernel
⇒ 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