10 buildPythonPackage rec {
11 pname = "jupyter-collaboration-ui";
16 pname = "jupyter_collaboration_ui";
18 hash = "sha256-5TbKC6zhVVv6vaewUlL27ZP91R+ge/6wFBcKbGlVMHA=";
22 substituteInPlace pyproject.toml \
23 --replace-fail ', "jupyterlab>=4.0.0"' ""
31 pythonImportsCheck = [ "jupyter_collaboration_ui" ];
36 passthru.tests = jupyter-collaboration.tests;
39 description = "JupyterLab/Jupyter Notebook 7+ extension providing user interface integration for real time collaboration";
40 homepage = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-collaboration-ui";
41 license = lib.licenses.bsd3;
42 maintainers = lib.teams.jupyter.members;