13 buildPythonPackage rec {
16 format = "setuptools";
21 sha256 = "5e5298d90e06414a01f48e0d6aa4c36a70c5f223d929f2a9c7e2d388451c7357";
26 buildInputs = [ mock pkgs.glibcLocales ];
27 propagatedBuildInputs = [ ipykernel matplotlib nbconvert markdown ];
29 # fails due to trying to run CSS as test
33 description = "Scientific reports with embedded python computations with reST, LaTeX or markdown";
34 homepage = "https://mpastell.com/pweave/";
35 license = licenses.bsd3;