Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge 2d8ddc5 into bd5fd06
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 12, 2022
2 parents bd5fd06 + 2d8ddc5 commit 83abe90
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 179 deletions.
5 changes: 5 additions & 0 deletions examples/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ zipp = {markers = "python_version <= '3.8'"}
# > ModuleNotFoundError: No module named 'typing_extensions'
typing-extensions = {markers = ""}

# > File "[...]/python3.9/site-packages/nbconvert/exporters/html.py", line 14, in <module>
# > from jinja2 import contextfilter
# https://github.com/jupyter/nbconvert/issues/1742
jinja2 = "<3.1"

[requires]
python_version = "3"

0 comments on commit 83abe90

Please sign in to comment.