dotfiles/home/.local/share/jupyter/kernels/python2/kernel.json
2020-09-29 10:45:45 -05:00

11 lines
159 B
JSON

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