Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Colab : Best way to create a copy/clone of notebook in Goolge Colaboratory

I am using the Goole colab for data analytics and I have several notebooks.
Sometimes I need to quickly make a copy/clone of my working notebook to make some changes and experiment.
So is there a quick easy way to like a shortcut or menu option to do this? other than downloading the notebook as a .ipynb file and loading again with new name?

like image 831
Remis Haroon - رامز Avatar asked Feb 16 '20 10:02

Remis Haroon - رامز


People also ask

How do I duplicate a notebook in Google Colab?

Integration with Drive The SHARE button (top-right of the toolbar) allows you to share the notebook and control permissions set on it. File->Make a Copy creates a copy of the notebook in Drive. File->Save saves the File to Drive.

How do I Copy a colab code from Google?

Use Google Drive with Google Colaboratory. Copy and paste the code given below in your notebook and run it to access the files from your Google Drive storage in Google Colaboratory, . It will mount your drive under folder /content/drive.


1 Answers

You can make a copy from the menu

File > Save a copy in Drive...

The new Colab will be named Copy of xxxxx.ipynb. You can click the name and rename it.

like image 134
korakot Avatar answered Oct 20 '22 12:10

korakot