Jupyter für Mathe
This commit is contained in:
parent
e14a9a0d19
commit
0ddb8af527
4 changed files with 551 additions and 34 deletions
24
shell.nix
24
shell.nix
|
@ -1,12 +1,22 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.typst
|
||||
pkgs.typstyle
|
||||
pkgs.tinymist
|
||||
pkgs.tdf
|
||||
pkgs.agebox
|
||||
pkgs.mermaid-cli
|
||||
packages = with pkgs; [
|
||||
typst
|
||||
typstyle
|
||||
tinymist
|
||||
tdf
|
||||
agebox
|
||||
mermaid-cli
|
||||
|
||||
# for math
|
||||
python312
|
||||
python312Packages.sympy
|
||||
python312Packages.numpy
|
||||
python312Packages.matplotlib
|
||||
python312Packages.scipy
|
||||
python312Packages.pandas
|
||||
python312Packages.jupyter
|
||||
python312Packages.ipykernel
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue