Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 672 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 672 Bytes

Money Machine

A machine that generates money with pandas-datareader and prophet

Michael Erasmus

Motivation

Code for my blog post: http://michaelerasm.us/post/money-machine

Requirements

To reproduce this analysis, you'll need to have Docker and Docker Compose installed.

Analysis

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