A machine that generates money with pandas-datareader and prophet
Michael Erasmus
Code for my blog post: http://michaelerasm.us/post/money-machine
To reproduce this analysis, you'll need to have Docker and Docker Compose installed.
To start the Notebook environment with Jupyter running, run:
docker-compose build
docker-compose up -d
You can then open the notebook here
To shut it down
docker-compose stop
docker-compose rm #if you want remove the containers completely