dotfiles/.local/share/jupyter/kernels/python2/kernel.json

11 lines
159 B
JSON

{
"display_name": "Python 2",
"language": "python",
"argv": [
"python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
]
}