6 , hatch-jupyter-builder
17 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
25 inherit pname version;
26 hash = "sha256-B/PFBi/Q5uaYZEN6A0erxIXZkaroepLEfWWWmfVxtyk=";
30 substituteInPlace pyproject.toml \
31 --replace "timeout = 300" ""
40 propagatedBuildInputs = [
54 "-W" "ignore::DeprecationWarning"
58 JUPYTER_PLATFORM_DIRS = 1;
61 # Some of the tests use localhost networking.
62 __darwinAllowLocalNetworking = true;
65 changelog = "https://github.com/jupyter/notebook/blob/v${version}/CHANGELOG.md";
66 description = "Web-based notebook environment for interactive computing";
67 homepage = "https://github.com/jupyter/notebook";
68 license = lib.licenses.bsd3;
69 maintainers = lib.teams.jupyter.members;
70 mainProgram = "jupyter-notebook";