16 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
23 inherit pname version;
24 hash = "sha256-X5i1uhmX3/F1534MF9XBCpbq7Sy9HeNTPR/DXV4REZI=";
32 propagatedBuildInputs = [
45 # Some of the tests use localhost networking.
46 __darwinAllowLocalNetworking = true;
49 description = "The Jupyter Notebook format";
50 homepage = "https://jupyter.org/";
51 license = lib.licenses.bsd3;
52 maintainers = with lib.maintainers; [ fridh globin ];