Projection Notebook

This commit is contained in:
spectre 2024-04-20 01:35:47 +02:00
parent 80bc454e40
commit fc20e4913d

View file

@ -12,6 +12,7 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
julia
jupyter
];
};
});