Create a Python3.12 Jupyter kernel using a test virtualenv
This commit is contained in:
parent
4e0b5a41a3
commit
c31da870d5
4 changed files with 279 additions and 0 deletions
14
.local/share/jupyter/kernels/python3.12/kernel.json
Normal file
14
.local/share/jupyter/kernels/python3.12/kernel.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue