11 buildPythonPackage rec {
14 disabled = pythonOlder "3.5";
16 # tests only on github
17 src = fetchFromGitHub {
21 sha256 = "sha256-stp0LZJAOCrnObvJIPEVt8mMb8yL29nlHECypbTg3ec=";
24 propagatedBuildInputs = [ jupyter_server notebook ];
32 description = "Jupyter lab environment notebook server extension.";
33 license = with licenses; [ bsd3 ];
34 homepage = "https://github.com/jupyterlab/nbclassic";
35 maintainers = [ maintainers.elohmeier ];