Forums

File duplication/replication

There's probably a clear, easy way to do this but for the life of me I can't see in in my 'Files' page. A search of forums also unsuccessful, so here goes:

Is there browser-based functionality to create a duplicate version of a file (a .ipynb notebook in my core user directory, for instance) and rename it?

for files, when you are editing it, there's an option to "save as" at the top right.

I don't think there is a similar way to do that with ipython notebooks.

But for all, you could go to the bash/console commandline and use the cp command to copy files.