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
- csv upload
- Enhanced Plots with Plotly
- Web Monetization enabled
- Image download
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 |
- Python 3.7
- Pipenv
- Browser with coil wallet (No Sign in required for testing)
Get Latest Pyodide Downloaded (pyodide.js)Using CDN- Bookmarklet : For testing coil without an account
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/