"Save as" in IPython notebook

ipython, jupyter-notebook, python

Solution

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.

Problem

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?

Original source