11 buildPythonPackage rec {
14 disabled = pythonOlder "3.5";
17 inherit pname version;
18 sha256 = "929c60d7fb4aa704084c02d8ededc209b8b378e0b3adab46158b7fa6acc24230";
21 nativeBuildInputs = [ jupyter-packaging ];
23 propagatedBuildInputs = [ jupyterlab_server notebook nbclassic ];
26 "--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
32 pythonImportsCheck = [ "jupyterlab" ];
35 description = "Jupyter lab environment notebook server extension.";
36 license = with licenses; [ bsd3 ];
37 homepage = "https://jupyter.org/";
38 maintainers = with maintainers; [ zimbatm costrouc ];