N. McA.
N. McA.

Reputation: 4946

"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?

Upvotes: 5

Views: 1246

Answers (1)

Matt
Matt

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

Related Questions