About 61 results
Open links in new tab
  1. python - 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 …

  2. How can we use Selenium Webdriver in colab.research.google.com?

    Jun 26, 2018 · I want to use Selenium Webdriver of Chrome in colab.research.google.com for fast processing. I was able to install Selenium using !pip install selenium but the webdriver of chrome …

  3. file - How to upload folders to Google Colab? - Stack Overflow

    Jun 5, 2019 · I suggest you not to upload them just in Colab, since when you're restarting the runtime you will lose them (just need to re-upload them, but it can be an issue with slow connections). I …

  4. Google colab changing directory - Stack Overflow

    May 23, 2018 · 41 If you want to change directory from google colab into google drive, connect to google drive first.

  5. 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?

  6. How can I update Google Colab's Python version?

    Aug 4, 2021 · The current default version of Python running on Google Colab is 3.7, but I need 3.9 for my notebooks to work. How can I update Google Colab's Python version to 3.9 (or greater)?

  7. How to edit and save text files (.py) in Google Colab?

    Dec 29, 2022 · Colab includes a text editor you can use to create, open, and delete .py files directly. All is done in the Files view (see below). To create or delete a file, right click and choose "New file" or …

  8. Google Co-laboratory notebook PDF download - Stack Overflow

    Dec 24, 2019 · Google Co-laboratory notebook doesn't have the "Download as" dropdown menu item in "File" menu like standalone Jupyter does. How to download the notebook as PDF?

  9. 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: …

  10. Installing Python Libraries to Google Drive in Colab is extremely slow ...

    Aug 31, 2025 · In Colab, you can "connect" your GitHub account, which allows you to git clone from your private repos without an additional authoration step. In contrast, the filesystem-level transfers to and …