From 3a67ad8a1d7f0ca1129d47d76b01cc455b66d468 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Fri, 1 Sep 2023 07:49:24 +0000 Subject: [PATCH] meta: add ipynb to devbox deps --- devbox.json | 3 ++- devbox.lock | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index 1dab9c9..581bae2 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,7 @@ { "packages": [ "python311", + "python311Packages.ipykernel", "poetry" ], "shell": { @@ -9,4 +10,4 @@ "nixpkgs": { "commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62" } -} \ No newline at end of file +} diff --git a/devbox.lock b/devbox.lock index baa25f4..7e3b009 100644 --- a/devbox.lock +++ b/devbox.lock @@ -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" } } } \ No newline at end of file