/time-series-demos

Jupyter notebooks containing time series analysis demos

Primary LanguageJupyter Notebook

time-series-demos

Jupyter notebooks containing various time series analysis demos.

Some of the demos have corresponding blog posts:

Setup

Install pipenv using

$ brew install pipenv

Running

Enter the pipenv shell:

$ pipenv shell

Install the dependencies:

$ pipenv install

Then start Juypter:

$ jupyter notebook