Top "Google-colaboratory" questions

Google Colaboratory is a research tool for machine learning education and research.

Debugging in Google Colab

I am running the following code snippet in google colab in a single cell: %debug # Create tensors of shape (10, 3) and (10, 2). …

python deep-learning pytorch tensor google-colaboratory
Google Colab API

Is there a Google Colab API? I'm looking to accomplish things like: Create users Create notebooks Share notebooks with users …

google-drive-api google-colaboratory colab
Google Colab Storage

Does anybody know the storage limits for running Google Colab? I seem to run out of space after uploading 22gb …

storage google-colaboratory google-cloud-tpu
Unable to import pytorch_lightning on google colab

I have done the following: !pip install pytorch_lightning -qqq import pytorch_lightning But get the following error: ImportError Traceback (…

python pytorch google-colaboratory pytorch-lightning
What is "playground mode" in Google's Colaboratory?

I recently discovered Colaboratory. After playing with it for a few minutes, I have some idea what "playground mode" is …

google-colaboratory
Install Python 3.8 kernel in Google Colaboratory

I try to install a new Python version (3.8) using conda. !wget -O mini.sh https://repo.anaconda.com/miniconda/Miniconda3…

jupyter-notebook kernel google-colaboratory python-3.8
How can I use Java in Google Colab

I want to use Stanford CoreNLP in my Google Colab Notebook. For that I need Java. Is there a way …

java python stanford-nlp google-colaboratory
Google Colab - Where is the output saved?

I am training a machine learning model on google's colab. I am using keras with tensorflow backend (python 3.6). I am …

python-3.x keras drive google-colaboratory
install conda package to google colab

I try to install packages from anaconda to google's colab. But it doesn't work. The whole thing is voodoo magic. …

python anaconda conda google-colaboratory miniconda
How to show line numbers in Google Colaboratory?

Normally it is possible in jupyter or iPython notebooks to show lines number for a cell, however I don't see …

python ipython jupyter-notebook google-colaboratory