-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No collaborator panel in development mode #283
Labels
bug
Something isn't working
Comments
Do you have a JavaScript error message in the console? What does |
It seems that it depends on the installation order: $ pip install -e .
$ pip install -e projects/jupyter-collaboration-ui -e projects/jupyter-docprovider -e projects/jupyter-server-ydoc
$ pip install jupyterlab
$ jupyter labextension develop --overwrite projects/jupyter-collaboration-ui
$ jupyter labextension develop --overwrite projects/jupyter-docprovider
$ jupyter labextension list
JupyterLab v4.1.6
/home/david/micromamba/envs/jupyter-collaboration/share/jupyter/labextensions
jupyterlab_pygments v0.3.0 enabled OK (python, jupyterlab_pygments)
@jupyter/docprovider-extension v3.0.0-alpha.0 enabled OK
Disabled extensions:
@jupyterlab/filebrowser-extension:defaultFileBrowser
@jupyterlab/notebook-extension:cell-executor After reinstalling it with $ jupyter labextension list
JupyterLab v4.1.6
/home/david/micromamba/envs/jupyter-collaboration/share/jupyter/labextensions
jupyterlab_pygments v0.3.0 enabled OK (python, jupyterlab_pygments)
@jupyter/collaboration-extension v3.0.0-alpha.0 enabled OK
@jupyter/docprovider-extension v3.0.0-alpha.0 enabled OK (python, jupyter-docprovider)
Disabled extensions:
@jupyterlab/filebrowser-extension:defaultFileBrowser
@jupyterlab/notebook-extension:cell-executor |
@davidbrochart it should be fixed with #285 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After setting up a development environment, JupyterLab doesn't show the collaborator panel. Collaborating on a notebook works fine though.
Am I missing something?
Reproduce
pip install -e . pip install -e projects/jupyter-collaboration-ui -e projects/jupyter-docprovider -e projects/jupyter-server-ydoc jupyter labextension develop --overwrite projects/jupyter-collaboration-ui jupyter labextension develop --overwrite projects/jupyter-docprovider
The text was updated successfully, but these errors were encountered: