Description from extension meta
An intuitive python shell in the browser
Image from store
Description from store
PyConsole is an extension which you can use to directly run python programs in the browser; It mimics the behavior of a normal REPL that you can launch in a terminal but aims to achieve more with the power of the browser environment.
You can import popular data analysis libraries such numpy and pandas for data wrangling or just write normal python snippet for day to day tasks. You can even create beautiful visualizations directly in the console using various visualization libraries such as altair, plotly, matplotlib, bokeh etc.
Pro tips:
1. Delete commands you don't like any more by clicking the trash icon to keep the session clean.
Latest reviews
- (2022-04-03) Azlan Chenlong Mohammad Noh (Hshs): This is awesome! I can finally programme python from my chromebook. But input() doesn't work here. Please fix it🥹