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

@@ -4,19 +4,19 @@
anki==2.1.43; python_version >= "3.8"
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
certifi==2021.10.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
charset-normalizer==2.0.9; python_full_version >= "3.6.0" and python_version >= "3.8"
charset-normalizer==2.0.10; python_full_version >= "3.6.0" and python_version >= "3.8"
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
distro==1.6.0
idna==3.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
importlib-metadata==4.8.2; python_version < "3.10" and python_version >= "3.6"
importlib-metadata==4.10.0; python_version < "3.10" and python_version >= "3.7"
markdown==3.3.6; python_version >= "3.6"
orjson==3.6.5; platform_machine == "x86_64" and python_version >= "3.8"
protobuf==3.19.1; python_version >= "3.8"
psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
protobuf==3.19.3; python_version >= "3.8"
psutil==5.9.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
send2trash==1.8.0
soupsieve==2.3.1; python_full_version > "3.0.0" and python_version >= "3.8"
urllib3==1.26.7; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
urllib3==1.26.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
webob==1.8.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
zipp==3.6.0; python_version < "3.10" and python_version >= "3.6"
zipp==3.7.0; python_version < "3.10" and python_version >= "3.7"