split example notebooks

This commit is contained in:
Jonathan Raviotta
2019-08-11 12:52:37 -04:00
parent 161db08745
commit 2cffc3228a
4 changed files with 514 additions and 160 deletions

9
.gitignore vendored
View File

@@ -6,7 +6,10 @@ config*.json
.hyperopt
logfile.txt
hyperopt_trials.pickle
user_data/
user_data/*
!user_data/notebooks
user_data/notebooks/*
!user_data/notebooks/*example.ipynb
freqtrade-plot.html
freqtrade-profit-plot.html
@@ -80,7 +83,7 @@ docs/_build/
target/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints
# pyenv
.python-version
@@ -94,4 +97,4 @@ target/
.mypy_cache/
#exceptions
!user_data/noteboks/*example.ipynb
!*.gitkeep