man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

#165: Fix the word "None" appearing at the top of each report #168

Closed jonbannister closed 4 months ago

jonbannister commented 5 months ago

This occurs when nbconvert>7.0.0. This is due to the deprecation of the full.tpl template file; the deprecation notice just prints None instead of a deprecation notice :)

This change also pins nbconvert to a minimum version of 7.0.0 to ensure the fix works on this version of Notebooker.

Fixes #165