About 63 results
Open links in new tab
  1. How to read data in Google Colab from my Google drive?

    Jan 22, 2018 · For example, navigate to the folder "/projects/my_project/my_data" that is located in your Google Drive. See that it contains some files, in which we want to download to CoLab.

  2. How can I use GPU on Google Colab after exceeding usage limit?

    Apr 10, 2020 · 19 Colab's free version works on a dynamic usage limit, which is not fixed and size is not documented anywhere, that is the reason free version is not a guaranteed and unlimited resources. …

  3. How to use Google Colab to work with local files? - Stack Overflow

    I have a Jupyter notebook and I have written codes to work with data. Now I want to use Google Colab for it's GPU computation power, so I need to read from and write to local files in my computer f...

  4. How can I make a matplotlib plot in Google Colab interactive?

    Oct 3, 2020 · I am using Python and matplotlib and I am trying to create an interactive plot in Google Colab. I can produce the plot but it is static. My current code is below: %matplotlib notebook %config

  5. How do I install a library permanently in Colab? - Stack Overflow

    Mar 20, 2019 · In Google Colaboratory, I can install a new library using !pip install package-name. But when I open the notebook again tomorrow, I need to re-install it every time. Is there a way to install a li...

  6. accessing "Shared with me" with Colab - Stack Overflow

    Jan 24, 2019 · I want to get access to the files in the Google Drive's "Shared with me" directory. In the Colab python notebook the following commands: import os from google.colab import drive …

  7. Convert ipynb notebook to HTML in Google Colab - Stack Overflow

    Nov 24, 2018 · I have a Google Colaboratory Notebook for Data Analysis that I want to output as a HTML file as currently not everything loads within the Colab environment such as large Folium …

  8. Importing .py files in Google Colab - Stack Overflow

    Feb 21, 2018 · Is there any way to upload my code in .py files and import them in colab code cells? The other way I found is to create a local Jupyter notebook then upload it to Colab, is it the only way?

  9. Where are saved files in Google Colab located? - Stack Overflow

    Nov 20, 2019 · 15 Many answers here are focusing on where you can see the files visually in the Colab UI. Physically the files are stored in the Colab Hosted VM. When you start an instance of your …

  10. How can I prevent Google Colab from disconnecting?

    Jul 19, 2019 · Is there a way to programmatically prevent Google Colab from disconnecting on a timeout? The following describes the conditions causing a notebook to automatically disconnect: …