1 { lib, buildPythonPackage, fetchPypi, ipywidgets, matplotlib }:
3 buildPythonPackage rec {
9 sha256 = "0e2f2e540a2dfea61524b7993fc8552c9236b1aaa3826e1f382c75cb2fa5c382";
12 propagatedBuildInputs = [ ipywidgets matplotlib ];
14 # There are no unit tests in repository
16 pythonImportsCheck = [ "ipympl" "ipympl.backend_nbagg" ];
19 description = "Matplotlib Jupyter Extension";
20 homepage = "https://github.com/matplotlib/jupyter-matplotlib";
21 maintainers = with maintainers; [ jluttine ];
22 license = licenses.bsd3;