17 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-MiFosU+Tel0RNimI7KwqSVLT2OOiy+sjGVhGMSJtWzo=";
40 pythonImportsCheck = [ "nbformat" ];
48 # Some of the tests use localhost networking.
49 __darwinAllowLocalNetworking = true;
52 description = "Jupyter Notebook format";
53 mainProgram = "jupyter-trust";
54 homepage = "https://jupyter.org/";
55 license = lib.licenses.bsd3;
56 maintainers = with lib.maintainers; [ globin ];