coder97
coder97

Reputation: 31

Google Colab not loading

I have an issue with Google Colab. When I want to make a new Python3 Notebook, the new page which just opened is not loading, due to the fact that I'm logged in my Google Acount. What should I do? Thank you for your help.

new page situation new page situation

Upvotes: 3

Views: 6408

Answers (2)

abbakar mohammad
abbakar mohammad

Reputation: 1

I had similar issue. What i did was, deleted all the browsing data from the date i started using google colab. I don't know why but this actually worked. I hope this answer help some

Upvotes: 0

prosti
prosti

Reputation: 46479

Open the inspect element browser, select the console tag and check the errors, warnings, info. Trying to remove all the add-ons is the best way to check. Some add-ons work in incognito mode.

Upvotes: 2

Related Questions