PyConsole: Python Shell Uncomplicated v0.19.0
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.