Chitti

Your cockatiel companion for Google Colab

Option A: Bookmark Recommended

Drag the button below to your bookmark bar. Then click it on any Colab notebook to summon Chitti!

Chitti
  1. Make sure the bookmark bar is visible
    (Chrome: Ctrl+Shift+B / Cmd+Shift+B)
  2. Drag the orange button above into your bookmark bar
  3. Open any Google Colab notebook
  4. Click the "Chitti" bookmark — she appears!

One-time setup. Works on any Colab tab forever.

or, if bookmarks don't work

Option B: Colab Cell Fallback

Copy the code below into a code cell at the top of your Colab notebook. Run it (Shift+Enter) to summon Chitti.

%%javascript
// Summon Chitti!
fetch('https://cdn.jsdelivr.net/gh/youmemonk/colab-pets@main/standalone/chitti.js')
  .then(r => r.text())
  .then(t => document.head.appendChild(
    Object.assign(document.createElement('script'), { textContent: t })
  ))
  1. Open your notebook in Google Colab
  2. Add a code cell at the very top
  3. Paste the code above into the cell
  4. Press Shift+Enter to run — Chitti appears!

You can collapse the cell afterwards so it stays hidden.