Your cockatiel companion for Google Colab
Drag the button below to your bookmark bar. Then click it on any Colab notebook to summon Chitti!
One-time setup. Works on any Colab tab forever.
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 })
))
You can collapse the cell afterwards so it stays hidden.