GeoscienceAustralia / dea-sandbox

Digital Earth Australia Sandbox config and planning
Apache License 2.0
13 stars 6 forks source link

Update JupyterLab to version 3.1.12 to avoid horizontal line and skipped cell bugs #203

Closed robbibt closed 2 years ago

robbibt commented 2 years ago

Describe the bug

Since JupyterLab was updated to version 3, we have been encountering two annoying bugs:

  1. When using "Run all cells" on the Sandbox: the entire notebook seems to run correctly from start to finish, but a whole lot of the cells remain blank (even though they had to have run to produce the end result. E.g.: image

  2. Certain cells often unexpectantly change to blank horizontal lines:

image

To Reproduce Sporadic and difficult to reproduce

Additional context These issues are apparently fixed in the latest version 3.1.12 of JupyterLab - see discussion in this issue: https://github.com/jupyterlab/jupyterlab/issues/10840

And the fix here: https://github.com/jupyterlab/jupyterlab/pull/10898

It would be fantastic to upgrade JupyterLab to version 3.1.12 to see if this resolves this issue.