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

Commit

Permalink
Merge pull request #78 from fphammerle/dependabot/pip/examples/notebo…
Browse files Browse the repository at this point in the history
…ok-6.4.10

#78
  • Loading branch information
fphammerle committed Apr 12, 2022
2 parents bd5fd06 + a18359c commit 22e6bde
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"
Loading

0 comments on commit 22e6bde

Please sign in to comment.