Closed davidbrochart closed 1 month ago
Installing with pip install -e . is not enough, one must also:
pip install -e .
pip install -e projects/jupyter-collaboration-ui -e projects/jupyter-docprovider -e projects/jupyter-server-ydoc
Otherwise we get the Python packages from PyPI.
Found while working on #382.
:point_left: Launch a Binder on branch _davidbrochart/jupytercollaboration/install
Installing with
pip install -e .
is not enough, one must also:Otherwise we get the Python packages from PyPI.
Found while working on #382.