docs: Add mkdocs-jupyter plugin to render jupyter notebooks

This commit is contained in:
Vikash Kothary
2022-01-16 20:25:23 +00:00
parent cbe0c65007
commit b9be303668
5 changed files with 561 additions and 222 deletions

View File

@@ -24,6 +24,7 @@ mkdocs = "^1.1.2"
jupyter = "^1.0.0"
jupyterlab = "^2.2.2"
webtest = "^2.0.35"
mkdocs-jupyter = "^0.19.0"
[build-system]
requires = ["poetry>=0.12"]