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.
Multiple users on a Hub I maintain are reporting vanishing cells, across multiple browsers. We are running JupyterLab 4.3.4.
The symptom is scrolling up and see a blank canvas where there should be cells, as shown. I haven’t yet been able to obtain console output that looks relevant.
I am encountering the problem of vanishing cells with Jupyter Lab Version 4.3.5 Notebook that is rendered on Brave Browser. Every time a code cell encounters error, all the previous cells would then simply not render on the screen. I believe the “vanished cells” are still there. However, they are just not rendering (i.e. appearing). Below is a screenshot of the issue.
I have to save the file, close the file and then reopen the file so that all the vanished cell can reappear. This issue is making jupyter lab notebook to be useless. It is not practical to always have to close the file and reopen the file to view all the cells.