Reputation: 4946
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?
Upvotes: 5
Views: 1246
Reputation: 27843
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.
Upvotes: 3