Added jupyter kernel configuration
This commit is contained in:
parent
bade0a8e94
commit
106fe0b44c
7 changed files with 287 additions and 2 deletions
15
jupyter/kernels/envii/kernel.json
Normal file
15
jupyter/kernels/envii/kernel.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"argv": [
|
||||
"/run/current-system/sw/bin/python3.14",
|
||||
"-Xfrozen_modules=off",
|
||||
"-m",
|
||||
"ipykernel_launcher",
|
||||
"-f",
|
||||
"{connection_file}"
|
||||
],
|
||||
"display_name": "Python (envii)",
|
||||
"language": "python",
|
||||
"metadata": {
|
||||
"debugger": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue