Merge pull request #2282 from freqtrade/jupyter_nbconvert

add plotting documentation to jupyter notebook
This commit is contained in:
Matthias
2019-10-01 19:58:20 +02:00
committed by GitHub
7 changed files with 269 additions and 154 deletions

View File

@@ -43,6 +43,7 @@ jupyter = [
'jupyter',
'nbstripout',
'ipykernel',
'nbconvert',
]
all_extra = api + plot + develop + jupyter + hyperopt