<div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/12795394/0/d64e9537/1/" alt="Web Analytics" referrerPolicy="no-referrer-when-downgrade">

AI Quick Tips 338: Google Colab just became a more convenient learning environment

A graphic title card on a dark blue background. On the left is an orange robot head with a speech bubble containing the text 'AI'. To the right is a light blue circle containing the words 'Quick Tips'.

If you aren’t familiar with Google Colab, it is an online platform that lets you write and execute code in a web browser. The reality is that it is WAY more technical than that. It uses Jupyter notebooks, Google’s cloud infrastructure, etc. but getting into all of it will go far outside of a “quick tip”.

So I’ll just focus on a recent update to Colab that might make people more interested in starting to use it.

 

Gemini Integration

It has Gemini integrated which you could probably guess since everything Google either has or is getting Gemini integration.

The interesting part (to me at least) is that the Gemini agent now allows custom instructions where you can basically create different personas within Colab.

 

Learning Mode

One of the built-in modes that they now have is called Learning Mode.

This is like learning mode in other AI tools (ChatGPT, Gemini app, NotebookLM, etc.) where it will guide you to the right answer instead of just giving you the answer.

If you are someone that has wanted to learn how to code, for example, now this gives you an environment that is already set up and it comes with a built-in tutor.

And it’s free (well, unless you need more capable hardware which won’t matter for a learning environment).

 

Using Learning Mode In Colab

To get to custom instructions and learning mode in Colab, click on this icon (on the right)

 A split-screen web application screenshot displaying a Jupyter Notebook environment labeled "Sandbox1.ipynb" on the left and a Gemini assistant panel on the right. The notebook contains Python code blocks that use the Cohere API to generate haikus about capybaras. The Gemini side panel shows a greeting "Hello, Damien" with quick-start buttons for coding tasks. An orange arrow points to a slider settings icon in the chat input bar at the bottom right.

 

Then you can use one of the built-in modes (learn mode or visualization mode) or create your own custom instructions (under “Configure”)

 A close-up screenshot of a context dropdown menu in a dark-mode user interface. The menu options include "Default" (selected with a checkmark), "Learn Mode," and "Visualization Mode." Below the dropdown, a small slider settings icon and a plus icon are visible next to a text entry field labeled "Configure."

 

Colab can definitely be an overwhelming platform if you haven’t used it before but adding Gemini and these new modes might make it inviting enough to try.

 

Choose your path

 


 

Looking for other ways to learn with these tools?

We have a few videos you should watch ↓

 

 

 

 

 
NotebookLM Weekend Masterclass - No Dates 1280x720

Use NotebookLM

Clear steps, real use cases—workflows that hold up after the weekend. 

Comments

Related posts