Documentation fails with jinja2.exceptions.UndefinedError: 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' #1218 astrojuanlu opened this issue May 11, 2021 · 4 comments Labels
Feb 11, 2015 · jinja2.exceptions.UndefinedError: 'nbformat.notebooknode.NotebookNode object' has no attribute 'filenames' #11875 Closed Sign up for free to join this conversation on GitHub .
The RTD build is failing on all PRs with Sphinx parallel build error: nbsphinx.NotebookError: UndefinedError in examples/ERA5-GRIB-example.ipynb: 'nbformat ...
May 22, 2021 · No more boring flashcards learning! Learn languages, math, history, economics, chemistry and more with free Studylib Extension! Distribute all flashcards reviewing into small sessions
May 20, 2021 · 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' This does not happen if I freeze Jinja2 to 2.11. The text was updated successfully, but these errors were encountered:
22.05.2021 · No more boring flashcards learning! Learn languages, math, history, economics, chemistry and more with free Studylib Extension! Distribute …
jinja2.exceptions.UndefinedError: 'nbformat.notebooknode.NotebookNode object' has no attribute 'filenames' #11875 0anton opened this issue Sep 3, 2019 · 1 comment Comments
20.05.2021 · 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' This does not happen if I freeze Jinja2 to 2.11. The text was updated successfully, but …
Documentation fails with jinja2.exceptions.UndefinedError: 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' #1218 astrojuanlu opened this issue May 11, 2021 · 4 comments Labels
jinja2 has been updated to version 3.0.0 (as of May 11). this change is resulting in build failures running nbconvert: jinja2.exceptions.UndefinedError: 'nbformat.notebooknode.NotebookNode obje...
26.07.2019 · 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' Any thought on what the syntax is to check if the tag is applied? (Or a reference to the docs - I haven't been able to find it, sorry). jupyter-notebook nbconvert. Share. Improve this question. Follow
NotebookNode objects¶ The functions in this module work with NotebookNode objects, which are like dictionaries, but allow attribute access (nb.cells). The structure of these objects matches the notebook format described in The Notebook file format. class nbformat.NotebookNode (*args, **kw) ¶ A dict-like node with attribute-access. nbformat ...
Jul 26, 2019 · 'nbformat.notebooknode.NotebookNode object' has no attribute 'tags' Any thought on what the syntax is to check if the tag is applied? (Or a reference to the docs - I haven't been able to find it, sorry).