I have uploaded files in google drive which are shown there. These are ipynb files, but i am unable to open these files in notebook.
Asked
Active
Viewed 2,181 times
0

OneCricketeer
- 179,855
- 19
- 132
- 245

Data_Science_Learner
- 19
- 6
-
Does this answer your question? [Google Drive does not recognise .ipynb file as colab notebook](https://stackoverflow.com/questions/62337334/google-drive-does-not-recognise-ipynb-file-as-colab-notebook) – RJ Adriaansen Jan 22 '22 at 06:31
-
i have tried implementing but its giving an error Unexpected token < in JSON at position 6 SyntaxError: Unexpected token < in JSON at position 6 at JSON.parse (
) at va.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20220120-060055-RC00_422993309:4968:226) at xa (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20220120-060055-RC00_422993309:19:336) at va.next_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20220120-060055-RC00_422993309:17:503) – Data_Science_Learner Jan 22 '22 at 07:35
1 Answers
0
Go to https://colab.research.google.com/
then use the upload tab to upload the files.
You can also right click and open the files with Google colaboratory

Babatunde Mustapha
- 2,131
- 20
- 21
-
I have tried to upload the notebook but its giving an error. Unexpected token < in JSON at position 6 SyntaxError: Unexpected token < in JSON at position 6 at JSON.parse (
) at va.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20220120-060055-RC00_422993309:4968:226) at xa (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20220120-060055-RC00_422993309:19:336) – Data_Science_Learner Jan 22 '22 at 07:32 -
-
i am trying to open this file which is present on github too https://github.com/debayanmitra1993-data/Blindness-Detection-Diabetic-Retinopathy-/blob/master/2_process.ipynb – Data_Science_Learner Jan 22 '22 at 07:43
-
-
It turns out the notebook get corrupt after download, so the problem is not with Google drive and colabs. What you can do is to create a fresh notebook on colabs and copy the code from github – Babatunde Mustapha Jan 22 '22 at 07:53