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
I am trying to switch off RTC via jupyter lab --YDocExtension.disable_rtc=True without success.
The extension is still active no matter what I try...
Reproduce
Create a conda environment with the latest available jupyter-lab and jupyter-collaboration conda install -c conda-forge jupyter-collaboration
Run jupyterlab jupyter lab --YDocExtension.disable_rtc=True
I have no idea how to further troubleshoot...
Expected behavior
I'd expect that when starting with the YDocExtension.disable_rtc flag the "collaboration" functionalities would be inactive, including menus, URL changes, etc, as if the extension was disabled...
Leaving a comment here, because I'm also looking at how to disable the RTC when starting the jupyter server. I have the same issue; it's always on, no matter what.
I just tried from a fresh environment and jupyter lab --YDocExtension.disable_rtc=True effectively disables RTC. That's with jupyterlab v4.3.0 and jupyter-collaboration v3.0.0.
Description
I am trying to switch off RTC via
jupyter lab --YDocExtension.disable_rtc=True
without success.The extension is still active no matter what I try...
Reproduce
conda install -c conda-forge jupyter-collaboration
jupyter lab --YDocExtension.disable_rtc=True
I have no idea how to further troubleshoot...
Expected behavior
I'd expect that when starting with the YDocExtension.disable_rtc flag the "collaboration" functionalities would be inactive, including menus, URL changes, etc, as if the extension was disabled...
Context
❯ jupyter --version
Selected Jupyter core packages...
IPython : 8.26.0
ipykernel : 6.29.5
ipywidgets : 8.1.3
jupyter_client : 8.6.2
jupyter_core : 5.7.2
jupyter_server : 2.14.2
jupyterlab : 4.2.4
nbclient : 0.10.0
nbconvert : 7.16.4
nbformat : 5.10.4
notebook : 7.2.1
qtconsole : not installed
traitlets : 5.14.3
platform.platform():
Linux-3.10.0-1160.108.1.el7.x86_64-x86_64-with-glibc2.17
The text was updated successfully, but these errors were encountered: