Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Presentation mode for Google Colab notebooks

Is there Presentation Mode (like Jupyter RISE) for Google Colab notebooks in the browser? I could not find anything in documentation, FAQ and issue tracker.

This is one of the reasons why I still use Azure Notebooks for presentations.

https://github.com/googlecolab/colabtools

https://research.google.com/colaboratory/faq.html

https://github.com/damianavila/RISE

like image 911
denfromufa Avatar asked Apr 05 '18 02:04

denfromufa


People also ask

How do you present a Jupyter notebook in a presentation?

The first step is to enable the Slideshow option in the View > Cell Toolbar options. Just click on the Slideshow option and continue reading. Each cell in the Jupyter Notebook will now have a Slide Type option in the upper-right corner.

How do I view full output on Google Colab?

I just realized that you can go to the bottom left corner of the screen and click the button (if you hover over you see that it says "command palette"), then search "fullscreen" you find the button that says view output "fullscreen".

Is Google colab better than Jupyter notebook?

Finally, Google Colab is a must for anyone looking to back their work up to the cloud and to sync their notebooks across multiple devices — but the ease of cloud sharing means reduced data security. Meanwhile, Jupyter is a better choice for sensitive files that need to be kept off the cloud.

Can you work simultaneously on Google Colab?

Unfortunately, Colab is not short for Collaboration. Colab notebooks can be shared with other users and opened by multiple users at a time. If one person makes a change, the others will be able to see the change after a short delay.


1 Answers

There is no presentation mode. They should implement one though, so keep using what you are using.

like image 77
RGC Tech Avatar answered Oct 13 '22 13:10

RGC Tech