You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another way to turn on "collaborative" mode. In the docker image for your user servers you need to create a file /etc/jupyter/jupyter_server_config_extra.py. Add the line: c.LabApp.collaborative = True
Describe the bug
When deployed with jupyterhub, if I put the following line in jupyterhub config to enable the latest collaboration feature of jupyterlab
This will append additional arg when starting the single user server.
However, CDSdashbaord will also pick up the additional arg.
When the
default_presentation_cmd
is set asThe command will become
However, since
--collabrative
is not compatible with the presentation command, the single user server will fail to startTo Reproduce
In
jupyterhub_config.py
putThen start a dashboard
Screenshots
Configuration
Zero to JupyterHub on AWS EKS
The text was updated successfully, but these errors were encountered: