27 buildPythonPackage rec {
30 format = "setuptools";
32 disabled = pythonOlder "3.7";
35 inherit pname version;
36 hash = "sha256-HgRwWDtVCJxCeUDtMbioZv/vfMqxAUlOQJ7+Wse6mJc=";
39 propagatedBuildInputs = [
65 pythonImportsCheck = [
69 __darwinAllowLocalNetworking = true;
72 description = "Jupyter lab environment notebook server extension";
73 homepage = "https://github.com/jupyterlab/nbclassic";
74 license = with licenses; [ bsd3 ];
75 maintainers = with maintainers; [ elohmeier ];