SN Sandbox
A python microservice for exploring visualizations from public datasets. SN editorial staff can request access to the site and repository through the #data_journalism slack channel.
Install and run SN locally
-
You can install this repo from Gitlab:
git clone [email protected]:perrydc/sn.git -
To run:
cd sn python run.py;
If you see "Serving Flask app..." it's working (just drop the local url into your browser) If you encounter errors, install the following dependencies and try again:
pip install flask flask_cors python-dateutil requests peewee python-dotenv markdown
pip install --upgrade google-api-python-client