-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Description
-
On Firefox we disabled Jupyter entirely, temporarily (see jupyter python2 notebook may truncate in firefox #1537).
-
We have had regular reports from users of issues over the years, and no amount of rewrites or subtle bug fixes has 100% eliminated these.
-
Upgrading to new versions of Jupyter is terrifying since the API changes, so things randomly break (for our very brittle use of Jupyter).
-
We are massively abusing and monkey patching Jupyter as it is to get sync to work.
The only viable solution I can think of is to completely rewrite Jupyter from scratch, except the backend kernel functionality. Thus this issue is labeled "insanely hard".