diff --git a/hosts/Infini-DL360/jupyter.nix b/hosts/Infini-DL360/jupyter.nix index 71d7ebc..d791031 100644 --- a/hosts/Infini-DL360/jupyter.nix +++ b/hosts/Infini-DL360/jupyter.nix @@ -38,6 +38,7 @@ in jupyterlab-myst jupyterlab-pygments jupyterlab-vim + jupyterlab-vpython # export nbconvert @@ -66,6 +67,16 @@ in pandas scipy ])); + vpython = mkPythonKernel "VPython" (pkgs.python3.withPackages (p: with p; [ + ipykernel + jupyterlab-vpython + + vpython-jupyter + matplotlib + numpy + pandas + scipy + ])); }; };