Questions tagged [colab]

Google Colab is an online browser based python notebook/execution environment similar to Jupyter Notebooks.

Google Colab is an online browser based python notebook/execution environment similar to Jupyter Notebooks. Some of its benefits are that it requires no configuration (popular packages like numpy, pandas, and matplotlib are already installed), users can leverage Google's GPUs, and notebooks can be easily shared. Access to Google's accelerated hardware (GPUs and TPUs) is one of the main reasons that Colab is so popular among academics and practitioners alike.

68 questions
2
votes
3 answers

How do I download a Google Colab notebook?

I have to download code written in a Google Colab notebook, because I need to send it via email. How do I do this?
J.D.
  • 861
  • 5
  • 18
  • 30
1
vote
0 answers

Downloading a large dataset in google colaboratory

I have a link of a dataset, it is 22 gig but in the collab, there is just 32 gig free disk space. The data is in the zip file and after unzipping collab show crash massage. How can I solve this problem? I can't upload it in drive because it is 15…
melek
  • 11
  • 2
1
vote
2 answers

What interactive graph package do you use for timeseries data?

I have millions of sensor readings taken over time. I'd like to create an interactive plot in Google colab where I can easily zoom in on sections. I've done something similar with the Plotly package. However, it fails when the amount of data gets…
user1255603
  • 119
  • 1
1
vote
0 answers

Google Colaboratory - Won't Start Error

Has anyone else encountered this error? I am teaching a business analytics class with python this semester and Colab has been absolutely fantastic, yet one student is getting the following error. Any thoughts or advice would be very helpful!
Btibert3
  • 131
  • 1
  • 4
1
vote
0 answers

Google team drive and google colaboratory uploading/downloading files

So I have google Team drive set-up with all the permissions. 1. How I can access google team drive in google colaboratory? I think i'm missing something... it's always showing me output of my drive 2. I want to download all the "data" from google…
aleheca
  • 11
  • 3
0
votes
1 answer

How to save dynamic files from colab to Google Drive?

I have processed some png images on Colab and saved them in the Colab Directory. Now I want to save these images from Colab to Google Drive. How can I do this?
Muneeba Shamas
  • 1
  • 1
  • 1
  • 1