15 buildPythonPackage rec {
20 disabled = pythonOlder "3.5";
23 inherit pname version format;
24 hash = "sha256-xK/flerCRNBnVQk0V0Bhuv0URr8xr0K26fZ1DLl/JEY=";
29 propagatedBuildInputs = [
39 # There are no unit tests in repository
41 pythonImportsCheck = [
43 "ipympl.backend_nbagg"
47 description = "Matplotlib Jupyter Extension";
48 homepage = "https://github.com/matplotlib/jupyter-matplotlib";
49 maintainers = with maintainers; [
53 license = licenses.bsd3;