PY Play Docs
Cells
Press + Code to add a Python cell, + Text for a markdown cell. Double-click a rendered text cell to edit it.
Running code
Click ▶ on a cell or press Shift+Enter. Use Run All to execute every code cell from top to bottom. Hit Stop if a cell is stuck — it restarts the Python worker.
AI suggestions
Toggle the AI button in the header. While typing in a code cell, ghost-text completions appear. Press Tab to accept, Esc to dismiss.
Notebooks & storage
Notebooks auto-save to your browser. Open the folder icon in the toolbar to switch, rename, export, or delete.
Packages
Click Packages to install pure-Python packages from PyPI (numpy, pandas, matplotlib, scipy, requests, and more).