Run Python in your browser — no installs. Try examples, install pure-Python packages, and export your script.
print() to display values.Only pure-Python wheels work in-browser. Heavy/C-extensions may fail.
print() to see results in the Console.await works (e.g. await micropip.install('matplotlib')).plt.show() to render beneath the Console.