Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Save as" in IPython notebook

I want to save a file with a different name, and keep the file with the old name (ie, no renaming) in Ipython Notebook.

Is there a standard "save as" feature?

like image 470
N. McA. Avatar asked Oct 21 '22 13:10

N. McA.


1 Answers

Not yet, we need to refactor the saving/renaming API.

I woudl suggest "open a copy" as a workaround, where the copy would be the "oldest" notebook.

like image 190
Matt Avatar answered Nov 03 '22 21:11

Matt