Added jupyter kernel configuration

This commit is contained in:
EsVagy42 2026-02-19 23:09:41 +01:00
parent bade0a8e94
commit 106fe0b44c
7 changed files with 287 additions and 2 deletions

View 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
}
}