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