Open agoose77 opened 3 years ago
Thanks @agoose77
I'll have a look. But I will put my :dollar: on the virtual notebook feature... :confused:
Thanks @agoose77
I'll have a look. But I will put my on the virtual notebook feature...
Yes, I had the same suspicions!
Sorry for the late answer. I don't hit the glitch :cry:
Could you try deactivating the virtual rendering to see if it is responsible for it?
Go to Advanced Settings Editor -> Notebook and in the right pane (User Preferences) paste the following:
{
"renderCellOnIdle": false,
"numberCellsToRenderDirectly": 10000000000000
}
Description
In the latest (3.1.4) JupyterLab release, I've noticed that some cells do not have a cell toolbar:
This is reflected in the DOM inspector. Because of this, there is no margin between one cell and the previous cell.
Reproduce
This notebook demonstratesthe issue for me. I cannot easily simplify it further, because removing random cells tends to stop the bug from manifesting!