1

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?enter image description here

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Youshikyou
  • 365
  • 1
  • 8

1 Answers1

0

As per official documentation, The maximum size for a notebook cell, both contents and output, is 16MB.

enter image description here

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