aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-06-22 19:59:36 +0200
committerAdrian Kummerlaender2019-06-22 19:59:36 +0200
commite096aca2a38141ff0f3e78f3ebadd7a58760f7a6 (patch)
treef503e577d8bfd2df0ad832d2140b8bb41472e970 /shell.nix
parent4df2d7678755c652f7af3d579a812dfc091a00e6 (diff)
downloadsymlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.gz
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.bz2
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.lz
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.xz
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.tar.zst
symlbm_playground-e096aca2a38141ff0f3e78f3ebadd7a58760f7a6.zip
Add interactive 2D LDC notebook, fix material initialization
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 = ''