Create a Python3.12 Jupyter kernel using a test virtualenv

This commit is contained in:
Ohad Livne 2025-06-04 22:45:30 +03:00
parent 4e0b5a41a3
commit c31da870d5
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
4 changed files with 279 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"argv": [
"/home/ohad/.jlenv3.12/bin/python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3.12 (venv)",
"language": "python",
"metadata": {
"debugger": true
}
}