Skip to content

Overview

PyConsole is a browser extension that lets you run python code directly in the browser context. Currently it focuses on python scientific stack i.e. you can directly import python packages such as numpy, pandas and scipy as well as a lot of python standard libraries. PyConsole is still in an early stage to make a convenient to use data analysis tool, and can be unstable due to browser restriction and immaturity of the webassembly community in python world. But for the purpose of quick data exploration and data visualization tasks, PyConsole is a fun tool to use.

You can also try it online at: https://akuiper.com

To check more examples, go to Examples