Run Python in your browser — no installs.
Only pure-Python wheels work in the browser. Heavy/C-extensions may fail.
print()
to see results in the Console.await
is allowed at top level (e.g., await micropip.install('matplotlib')
).plt.show()
to render charts beneath the Console.