You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the current behavior
As of today, Google Colab is completely unusable. I've been working on the same notebook for this week, and everything was working find until today. Now, when I try to load in a relatively small Pandas dataframe from a CSV file on my Google Drive (~100MB), I cannot print any outputs. Specifically:
df.head()
causes this error:
and in the console:
I get the same error if I try to render any Plotly plots as well.
Other cells are taking excessively long to run. Sometimes it is timing out and Chrome raises the "Exit page" error.
Furthermore, it seems that Colab is throttling other apps such as Chrome; when I have the notebook open, typing is delayed, my mouse is lagging, pages are taking longer to respond, etc. It seems to be using 3GB of RAM just for this notebook to load a small CSV file; this seems excessive?
Describe the expected behavior
I expect Colab to be able to handle a small Pandas dataframe without issue.
What web browser you are using
Chrome
Additional context
Things I have tried that have not worked:
Restart Chrome
Update Chrome
Reinstall Chrome
Restart the runtime
Clear cookies/cache
Restart Mac
Enable 3rd party cookies
Disable extensions
The text was updated successfully, but these errors were encountered:
Describe the current behavior
As of today, Google Colab is completely unusable. I've been working on the same notebook for this week, and everything was working find until today. Now, when I try to load in a relatively small Pandas dataframe from a CSV file on my Google Drive (~100MB), I cannot print any outputs. Specifically:
causes this error:
and in the console:
I get the same error if I try to render any
Plotly
plots as well.Other cells are taking excessively long to run. Sometimes it is timing out and Chrome raises the "Exit page" error.
Furthermore, it seems that Colab is throttling other apps such as Chrome; when I have the notebook open, typing is delayed, my mouse is lagging, pages are taking longer to respond, etc. It seems to be using 3GB of RAM just for this notebook to load a small CSV file; this seems excessive?
Describe the expected behavior
I expect Colab to be able to handle a small Pandas dataframe without issue.
What web browser you are using
Chrome
Additional context
Things I have tried that have not worked:
The text was updated successfully, but these errors were encountered: