Forum Discussion
Notebook – input/keypress lagging when writing in code cell
- 1 year ago
Adding on this, I just stumbled upon this page with the limiations on notebooks: https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-limitation
It mentions 256 cells maximum per notebook, so your running close to the upper boundary, which could indicate that your reaching the limit of what's possible within a single notebook item. 🙂
Hi KimTutein ,
I agree. I can remember that I had constant performance issues in one particular notebook of mine which included very lengthy transformations with a lot of cells. Limiting the number of cells and sepearating your code into two notebooks might help with the performance.
I reckon it makes sense to check if you can find some sort of logical partitions in your notebook and possibly split it up into multiple items. You could group those notebooks in a folder within your workspace to maintain order.
Kind regards,
Niels
Adding on this, I just stumbled upon this page with the limiations on notebooks: https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-limitation
It mentions 256 cells maximum per notebook, so your running close to the upper boundary, which could indicate that your reaching the limit of what's possible within a single notebook item. 🙂