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 122 forks source link

Save cell ID fields on notebook save. #850

Closed natsirtguy closed 2 years ago

natsirtguy commented 2 years ago

The second half of the fix for #840. c629877 loads the cell id from the notebook file, and this saves it.

dickmao commented 2 years ago

Excellent.