dotfiles/.local/share/jupyter/kernels/python3/kernel.json
2021-01-11 13:51:46 -06:00

11 lines
143 B
JSON

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