question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use it in Google colab?

See original GitHub issue

Screenshot from 2020-04-11 21-10-22 hangs without render anything. I do the following steps to install the environment:

!apt install curl
!curl -sL https://deb.nodesource.com/setup_10.x | bash -
!apt-get install -y nodejs
!node -v
!pip install vpython
!jupyter labextension install vpython

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
BruceSherwoodcommented, Apr 14, 2020

I apologize that although you kept saying “colab” I kept thinking “lab”. While VPython does run in Jupyter lab, it does not (yet) run in colab, Our expert on Jupyter lab has looked into colab but has not found a way to make VPython work there.

1reaction
BruceSherwoodcommented, Apr 14, 2020

Sorry, I didn’t read carefully enough to know that the problem occurs ONLY in Jupyter lab. I’ll ask a colleague about this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use Google Colab - GeeksforGeeks
Use GPU and TPU: Click the “Runtime” dropdown menu. Select “Change runtime type”. Now select anything(GPU, CPU, None) you want in the ...
Read more >
Google Colab — The Beginner's Guide | by Vishakha Lall
Open Google Drive. Create a new folder for the project. Click on 'New' > 'More' > 'Colaboratory'. Setting GPU Accelerator.
Read more >
Google Colab
You can search Colab notebooks using Google Drive. Clicking on the Colab logo at the top left of the notebook view will show...
Read more >
Welcome To Colaboratory - Colaboratory - Google
With Colab you can import an image dataset, train an image classifier on it, and evaluate the model, all in just a few...
Read more >
How to Use Google Colab for Deep Learning
Open a browser of your choice and go to colab.research.google.com and sign in using your Google account. Click on a new notebook to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found