Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
b8c95a37ef
|
@ -18,7 +18,7 @@
|
||||||
welcomeText = "mjau λλλ";
|
welcomeText = "mjau λλλ";
|
||||||
};
|
};
|
||||||
templates.jupyter = {
|
templates.jupyter = {
|
||||||
path = ./haskell;
|
path = ./jupyter;
|
||||||
description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt";
|
description = "A jupyter flake, with a custom haskell kernel and proper pdflatex LaTeX export supoprt";
|
||||||
welcomeText = "mjau 🐍🐍🐍";
|
welcomeText = "mjau 🐍🐍🐍";
|
||||||
};
|
};
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
python-environment = (pkgs.python310.withPackages (ps: with ps; [
|
python-environment = (python.withPackages (ps: with ps; [
|
||||||
ipympl numpy matplotlib scipy
|
ipympl numpy matplotlib scipy
|
||||||
|
|
||||||
jupyter-core jupyter
|
jupyter-core jupyter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user