⚠️
Serve over HTTP
PyRun cannot run from a
file://
URL — browsers block the cross-origin requests that Pyodide and ESM imports require.
Start a local server and open it via
localhost
:
python -m http.server 8080
npx serve .
npx live-server
Py
Py
Run
Initializing…
Py
Py
Run
Python sandbox in your browser
main.py
Python 3
Snippets ▾
Presets
👋
Hello World
🔢
NumPy Array
📊
Pandas DataFrame
📈
Matplotlib Plot
🌀
Fibonacci Generator
⚡
List Comprehension
Ctrl
↵
Run
Stop
Console
Clear
⚡
Run your code to see output here
Press Ctrl+Enter or click Run
✓