David Brochart
David Brochart
> There is also a question of latency and performance. Mmm but CRDTs are local-first, so there shouldn't be any latency for what the local user types, only for remote...
I only know `cmd.exe`.
Yes, you can have a look at [jupyverse](https://github.com/jupyter-server/jupyverse/blob/09870a3de4d1b688ae59ee41b63860409a3700a9/plugins/terminals/fps_terminals/win_server.py) for an example of using `winpty`.
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.
Could you try updating to jupyter-collaboration v3.0.0.a2?
@fperez I created an environment using your [environment.yml](https://raw.githubusercontent.com/fperez/homesetup/9cd02d01851b97cc516dd1e3b8fcbdc2a81f4833/usr/bin/setup/environment.yml) using `pixi`, and everything seems to work fine: ```bash pixi init --import environment.yml pixi shell jupyter lab ``` It's strange that you...
It seems to be a conda issue, because with `pip` one can install `jupyterlab==4.2.5` and `jupyter-collaboration==2.1.4` in the same environment.
I opened https://github.com/conda-forge/jupyter-collaboration-feedstock/pull/16.
Actually conda-forge was doing the right thing. I released jupyter-collaboration v2.1.5 which fixes the issue.
Thank you for reporting the issue!