Automatically generate documentation from jupyter notebook

This commit is contained in:
Matthias
2019-09-21 10:27:43 +02:00
parent 74a0f44230
commit 9a3bad291a
6 changed files with 114 additions and 74 deletions

View File

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