I am trying to commit and push my change to the branch, I cannot load the difference. I haven't changed many cells and each cells doesn't exceed the 500 lines in the notebook file.
I am wondering why this happens and how to solve it?
Asked
Active
Viewed 215 times
1

Alex Ott
- 80,552
- 8
- 87
- 132

Youshikyou
- 365
- 1
- 8
1 Answers
0
As per official documentation, The maximum size for a notebook cell, both contents and output, is 16MB
.
Graphing tools like plotly and matplotlib can generate large sets of results that display as large images. You can reduce the notebook size by hiding these large results and images.
Reference - https://learn.microsoft.com/en-us/azure/databricks/kb/notebooks/notebook-autosave

Abhishek K
- 3,047
- 1
- 6
- 19
-
my notebook size is 0.2 MB is very small – Youshikyou Jun 26 '22 at 13:45
-
images & results aren't included into the diff – Alex Ott Jun 28 '22 at 06:28