getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.6k stars 445 forks source link

needed Jinja downgrade #3664

Closed LucyNowacki closed 1 year ago

LucyNowacki commented 1 year ago

Environment

Python Version:

Nikola Version:

Operating System:

Description:

To generate python code in jupyter for the blog it is necessary to downgrade jinja2 as follows

pip install Jinja2==3.0.3

probably it is necessary to change in Nikola package for this

from markupsafe import escape

Kwpolska commented 1 year ago

This issue contains zero details. Without any details, we cannot do anything with it. Please always include information about what goes wrong (errors) and anything that could help us debug.