Closed gitchrissi closed 4 years ago
Things to do before merging:
[x] remove API keys from code
[x] use environ.yml to store API keys
environ.yml
[x] re-write history so the keys can't be found from history
This PR fixes #36
if you need to re-run the notebook you need to create a environ.yaml in the root folder that looks like this:
environ.yaml
news_api_key: "" watson_api_key: ""
Things to do before merging:
[x] remove API keys from code
[x] use
environ.yml
to store API keys[x] re-write history so the keys can't be found from history