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

11 lines
143 B
JSON

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