📈📊 A hub where users can experiment with graphing and Python in the browser (https://pyodide-experiment.herokuapp.com/)
A demo hub where users can experiment with data science by graphing data sets in the browser then downloading them. Web Monetized browsers won’t see the ads on the page and can also experiment with additional graphing tools.
✍️ Blog Post
Plot | Input File | |
---|---|---|
Pie | Comparison of trending operating systems | |
Scatter/Line | Trends of funny zoom backgrounds | |
Time Series | Comparison of trending noodles | |
Geo Map | International earthquake data | |
Heat Map | Random Data Set | |
3-D | Random Data set |
After the above requirements have been met:
Clone this repository and cd
into it
➜ git clone https://github.com/ari-hacks/the-hub.git
➜ cd the-hub
Dependencies
#updating pipenv
➜ pip install pipenv --upgrade
➜ pipenv shell
➜ pipenv install
Run the server
➜ python3 server.py
#navigate to http://127.0.0.1:8000/