meta: add ipynb to devbox deps

This commit is contained in:
Mark Joshwel 2023-09-01 07:49:24 +00:00
parent 348e1f43c9
commit 3a67ad8a1d
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"packages": [
"python311",
"python311Packages.ipykernel",
"poetry"
],
"shell": {

View file

@ -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"
}
}
}