4 , hatch-jupyter-builder
21 buildPythonPackage rec {
26 disabled = pythonOlder "3.8";
29 inherit pname version;
30 hash = "sha256-bEOuWmof0v36/LNFQASVi95tp2Mxq7RM/8b55Daxm6E=";
38 propagatedBuildInputs = [
49 ] ++ lib.optionals (pythonOlder "3.11") [
56 "$out/share/jupyter/lab"
62 pythonImportsCheck = [
67 changelog = "https://github.com/jupyterlab/jupyterlab/blob/v${version}/CHANGELOG.md";
68 description = "Jupyter lab environment notebook server extension";
69 license = licenses.bsd3;
70 homepage = "https://jupyter.org/";
71 maintainers = lib.teams.jupyter.members;
72 mainProgram = "jupyter-lab";