Grufoony / Physics_Unibo

Repository for materials related to the master's degree course in Physics of the Alma Mater Studiorum - University of Bologna.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`make_pdf.py` warning message

Grufoony opened this issue · comments

Runtime warning in make_pdf.py:

MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.
  _, nbc = validator.normalize(nbc)

As explained here it should be a default error message independent on what you do...
By now, I won't fix this