Hi everyone!
I am very excited about the experimental real-time collaboration features that I am trying to use with my university students learning Python!
However I am experiencing stability issues: the feature works as expected but after a short while (a few minutes) the remote marimo notebooks are displaying some Failed to save / Failed to fetch, Failed to run / Failed to fetch, errors and new connections are impossible ("Secure connection failed" ; see screenshots). The local notebook is still working properly.
Any clue on what may be happening? Is it something anyone else also experienced?
More context :
- I am running the marimo notebook on
localhost
and exposing it via ngrok to a public address. The issue could be related to ngrok but in my personnal experience it is quite stable (when used to expose other services, such as web servers). - I tried the same experiment with the jupyter stack (and the jupyter-collaboration package) and I ran into the same issues (it works as expected, but for a few minutes only).
Best regards,
Sébastien