millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

Collapsed metadata edited on write differs from web editors #880

Open cobac opened 1 year ago

cobac commented 1 year ago

When saving a notebook with EIN, it adds by default the following metadata to all cells:

"metadata": {      
 "collapsed": false
},                 

However, web-based editors don't. Is there any way to customize this behavior, or any chance you could make it customizable to make version controlling notebooks (🤡) marginally better?

Thank you 😊