Compare commits

..

No commits in common. "888ab892607beb1d53906050edbc4fdc0052e2e0" and "3ec62a28ad3beb5b6dbee744a4b8fc795d060dd3" have entirely different histories.

View File

@ -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; # extra packages tikz-among-us;
}; };
jupyter-config = python.pkgs.buildPythonPackage rec { jupyter-config = python.pkgs.buildPythonPackage rec {
@ -46,8 +46,6 @@
}; };
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
])); ]));
@ -56,7 +54,7 @@
packages.python-environment = python-environment; packages.python-environment = python-environment;
packages.default = pkgs.writeScriptBin "start-notebook" '' packages.default = pkgs.writeScriptBin "start-notebook" ''
env PATH=$PATH:${latex}/bin:${pkgs.pandoc}/bin ${python-environment}/bin/jupyter-notebook env PATH=$PATH:${latex}/bin ${python-environment}/bin/jupyter-notebook
''; '';
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {