JupyterLab Real-Time Collaboration is a Jupyter Server Extension and JupyterLab extensions providing support for Y documents and adding collaboration UI elements in JupyterLab.
To install the latest release locally, make sure you have pip installed and run:
pip install jupyter-collaborationOr using conda/mamba:
conda install -c conda-forge jupyter-collaborationSee CONTRIBUTING.
If you are interested in contributing to the project, see CONTRIBUTING.
Publish jupyter-server-ydoc-codio manually
pip install twine build
cd projects/jupyter-server-ydoc-codio
bump version at projects/jupyter-server-ydoc-codio/jupyter_server_ydoc_codio/_version.py
to build
python -m build
to upload to test pypi. need to get API key from pypi site.
twine upload --repository testpypi dist/* --verbose
to install from testpypi
python -m pip install -i https://test.pypi.org/simple/ jupyter-server-ydoc-codio
to upload to pypi. need to get API key from pypi site.
twine upload dist/* --verbose
to install
python -m pip install jupyter-server-ydoc-codio
