As Jinja2 version is not frozen to 2.11 in [setup.py](https://github.com/spatialaudio/nbsphinx/blob/master/setup.py#L18) nbsphinx uses the new version 3.0.0. With Jinja2 3.0.0 I've been getting the following error for all notebooks ``` 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' ``` This does not happen if I freeze Jinja2 to 2.11.