I’ve been running into a problem with Jupyter Lab Notebooks on my Macbook
I will be adding cells (markdown or code) within a notebook (in the middle, top, or bottom) and without any predictability, the new cells or adjacent cells will disappear.
They might pop back as visible when I run the script… or they might not.
I might be able to bring them back if I click on the left margin… or they might not.
I can’t find any settings in my web browser or the jupyter notebook that could be doing this and I am using the default options.
Has anyone else seen this problem?
Much Obliged,
Bill Capehart; South Dakota School of Mines.
I’ve seen this this week, and when I was seeing it, the main action that made cells disappear was changing the cell type to markdown. They reappeared when I started editing.
I haven’t been able to reproduce it when I look for it, so I can’t be sure of which versions were affected.
Thank you all for these responses. I was indeed using Safari 17 and the problem is not seen in Chrome, for example. I look forward to the update to which Michał and “Min RK” refer.
The issue discussed above is not happening on Chrome. Another issue (which was fixed since) was affecting all browsers and was present in JupyterLab 4.3.1 but should be fixed in 4.3.2.
Again, the bug was largely fixed in 4.3.2. Today 4.3.3 is the latest version. Please upgrade your installation, there is no way to get bug fixes other than install patched versions.
I had this issue with my old notebooks after creating a new environment. It also seemed to only happen when I would try to run a cell that would output a chart or dataframe (especially larger dataframes). Most of the cells would disappear from the notebook, however changing one cell from code to markdown or vice versa would make the cells reappear. I was running 3.6.3 on old notebooks before upgrading to 4.3.3. This seemed to be the issue as 4.3.2 has not produced the issue so far.