Add some commonly used python packages
This commit is contained in:
parent
b63934ea17
commit
888ab89260
|
@ -14,7 +14,7 @@
|
||||||
inherit (pkgs.texlive)
|
inherit (pkgs.texlive)
|
||||||
scheme-basic # Base
|
scheme-basic # Base
|
||||||
tcolorbox pgf environ etoolbox pdfcol parskip caption float upquote eurosym ucs fancyvrb grffile adjustbox hyperref titling booktabs enumitem ulem soul rsfs jknapltx cm-super # Other packages needed by jupyter.
|
tcolorbox pgf environ etoolbox pdfcol parskip caption float upquote eurosym ucs fancyvrb grffile adjustbox hyperref titling booktabs enumitem ulem soul rsfs jknapltx cm-super # Other packages needed by jupyter.
|
||||||
tikz-among-us;
|
tikz-among-us; # extra packages
|
||||||
};
|
};
|
||||||
|
|
||||||
jupyter-config = python.pkgs.buildPythonPackage rec {
|
jupyter-config = python.pkgs.buildPythonPackage rec {
|
||||||
|
@ -46,6 +46,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
python-environment = (pkgs.python310.withPackages (ps: with ps; [
|
python-environment = (pkgs.python310.withPackages (ps: with ps; [
|
||||||
|
ipympl numpy matplotlib scipy
|
||||||
|
|
||||||
jupyter-core jupyter
|
jupyter-core jupyter
|
||||||
jupyter-config jupyter-ihaskell
|
jupyter-config jupyter-ihaskell
|
||||||
]));
|
]));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user