17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
25 inherit pname version;
26 hash = "sha256-LvB9QiBCFiOtP+iBGNaHvARQBVVwzdFggUpZzzocUW4=";
30 substituteInPlace pyproject.toml \
31 --replace "timeout = 300" ""
55 "ignore::DeprecationWarning"
59 JUPYTER_PLATFORM_DIRS = 1;
62 # Some of the tests use localhost networking.
63 __darwinAllowLocalNetworking = true;
66 changelog = "https://github.com/jupyter/notebook/blob/v${version}/CHANGELOG.md";
67 description = "Web-based notebook environment for interactive computing";
68 homepage = "https://github.com/jupyter/notebook";
69 license = lib.licenses.bsd3;
70 maintainers = lib.teams.jupyter.members;
71 mainProgram = "jupyter-notebook";