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