izmartinez
izmartinez

Reputation: 83

.ipynb file in Google Drive doesn't open with Colaboratory by default

I have two files in my Google Drive with .ipynb extension, but one of them is marked as Unknown File type and has a blue icon. What can I do to change the second one to a Colaboratory file?

enter image description here

Upvotes: 7

Views: 3277

Answers (1)

Jeff Rush
Jeff Rush

Reputation: 912

If you want to get that icon you should save a copy from Colab

  1. Upload your file to Drive

    enter image description here

  2. Open a file with Colab

    enter image description here

  3. Save a copy in Drive

    enter image description here

  4. Go to Drive and find folder

    enter image description here

  5. Inside you will find your file with the Colab icon

    enter image description here

Upvotes: 7

Related Questions