Save As in IPython Notebook

I want to save a file with a different name and save the file with the old name (i.e. without renaming) in Ipython Notebook.

Is there a standard save as function?

+5
source share
1 answer

For now, we do not need to reorganize the save / rename API.

I suggest “open a copy” as a workaround where the copy will be the “oldest” notebook.

+3
source

All Articles