Update notebook to match alternativebit style

This commit is contained in:
Félix Baylac-Jacqué 2022-03-30 15:11:41 +02:00
parent 76ecca8a87
commit 2a74be3959
Signed by: picnoir
GPG Key ID: EFD315F31848DBA4
4 changed files with 10845 additions and 120 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
use nix

1
analysis-notebook/.envrc Normal file
View File

@ -0,0 +1 @@
use nix

File diff suppressed because one or more lines are too long

View File

@ -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 {