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

Commit

Permalink
examples env: add upper version constraint for jinja2 (to restore com…
Browse files Browse the repository at this point in the history
…patibility with nbconvert v6.0.1)

jupyter/nbconvert#1742
  • Loading branch information
fphammerle committed Apr 12, 2022
1 parent 636356a commit a18359c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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"
10 changes: 5 additions & 5 deletions examples/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a18359c

Please sign in to comment.