โ12-20-2022 09:20 AM
Dear Team,
is there a limit in notebook cells in a single notebook in community edition ?
โ12-21-2022 01:19 AM
There is no limit but it's recommended to don't go over 100 cells to make sure you still have a great notebook performances especially while loading the cells/results
โ12-20-2022 02:06 PM
It should be about 100 cells. I don't think community edition or the premium edition are different in this regard. That said, you shouldn't have more than 100 cells in a notebook as you can always separate out your logic into other notebooks.
โ12-20-2022 05:01 PM
no limit as a premium user, but it never looks good if you have very long notebook,instead of this you can create multiple notebook and run them via %run command
โ12-21-2022 01:19 AM
There is no limit but it's recommended to don't go over 100 cells to make sure you still have a great notebook performances especially while loading the cells/results
โ12-22-2022 10:25 AM
No limits, but i faced some slowness when i had 100+ cells, so in that case better split the notebook and run it inside the other notebook using %run /02_notebook/
โ12-25-2022 07:31 AM
I think no limit on the number of cells. However, it is best practice to separate the code into different notebooks based on functionality. This way code would be more readable.
โ12-26-2022 03:15 AM
there no limit on the number of cells
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group