Hello all. I’m leading a team that’s using JL quite extensively, with a bespoke extension that acts as a “storefront” to allow us to deploy notebooks to a wide audience. So far this is working extremely well - a credit to all those involved in Jupyter development.
The one fly in the ointment is that we’re starting to see pretty frequent restart/dismiss prompts, presumably due to network instabilities and timeouts in the system somewhere. This is making the experience for my dev team and our users pretty miserable.
The technical details are captured quite nicely in these two Github issues:
- https://github.com/jupyterlab/jupyterlab/issues/6910
- https://github.com/jupyterlab/jupyterlab/issues/7081
It’s clear we’re not the only ones with this issue, and with the current demand for remote work and increased network load, this is becoming more crucial.
@jasongrout mentions in the first of those issues that 2.0 may resolve the issue - has anyone seen this problem resolved in the wild?
Cheers!