Update notebook to match alternativebit style
This commit is contained in:
parent
76ecca8a87
commit
2a74be3959
1
analysis-notebook/.envrc
Normal file
1
analysis-notebook/.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use nix
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ let
|
|||
}) {};
|
||||
iPython = jupyter.kernels.iPythonWith {
|
||||
name = "python";
|
||||
packages = p: with p; [ numpy pandas matplotlib ];
|
||||
packages = p: with p; [ numpy pandas matplotlib tabulate ];
|
||||
};
|
||||
jupyterEnvironment =
|
||||
jupyter.jupyterlabWith {
|
||||
|
|
Loading…
Reference in a new issue