Run code in browser: Python
- To run code:
- open Command Palette (Ctrl+Shift+P), then type
Run Code in Web
, - or right click the Text Editor and then click
Run Code in Web
in editor context menu - or click
Run Code in Web
button in editor title menu
- open Command Palette (Ctrl+Shift+P), then type
- Only support Python standard library and prebuilt Python packages in Pyodide
- Only support running single Python file
Anonymous telemetry collection is on by default. To opt out, please set the telemetry.enableTelemetry
setting to false
. Learn more in FAQ.