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

11 lines
143 B
JSON
Raw Normal View History

2020-09-29 15:45:45 +00:00
{
"argv": [
"python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3",
"language": "python"
}