diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 = '' |