[documentation] add a runnable jupyter notebook example

This commit is contained in:
Cameron Yick
2019-01-30 22:10:34 -05:00
parent 7e53117e75
commit 8f8e132e0b
3 changed files with 647 additions and 0 deletions

3
.gitignore vendored
View File

@@ -70,3 +70,6 @@ travis_pypi_setup.py
# Mac
.DS_Store
# Jupyter
examples/.ipynb_checkpoints

4
binder/requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
tiingo
# You technically don't have to use tiingo with pandas
pandas

File diff suppressed because one or more lines are too long