meta: add ipynb to devbox deps
This commit is contained in:
parent
348e1f43c9
commit
3a67ad8a1d
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"packages": [
|
||||
"python311",
|
||||
"python311Packages.ipykernel",
|
||||
"poetry"
|
||||
],
|
||||
"shell": {
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
"python311": {
|
||||
"plugin_version": "0.0.1",
|
||||
"resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#python311"
|
||||
},
|
||||
"python311Packages.ipykernel": {
|
||||
"resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#python311Packages.ipykernel"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue