Skip to content

codio/jupyter-collaboration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Real-Time Collaboration

Build Status Binder PyPI npm

JupyterLab Real-Time Collaboration is a Jupyter Server Extension and JupyterLab extensions providing support for Y documents and adding collaboration UI elements in JupyterLab.

Real-Time Collaboration Demonstration

Installation and Basic usage

To install the latest release locally, make sure you have pip installed and run:

pip install jupyter-collaboration

Or using conda/mamba:

conda install -c conda-forge jupyter-collaboration

Testing

See CONTRIBUTING.

Contributing

If you are interested in contributing to the project, see CONTRIBUTING.

Codio

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

For Testing

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

Upload to pypi

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

About

A Jupyter Server Extension Providing Support for Y Documents

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.9%
  • TypeScript 2.8%
  • Python 2.0%
  • Other 0.3%