aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 118835b..7c2ba9f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -47,12 +47,17 @@ pkgs.stdenvNoCC.mkDerivation rec {
matplotlib
Mako
pyevtk
+
+ # jupyter, optional
jupyterlab
+ ipywidgets
]);
in [
local-python
pkgs.opencl-info
+ # jupyter dependencies
+ pkgs.nodejs
];
shellHook = ''