man-group / notebooker

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

Fix hide_code and generate_pdf scheduler options #60

Closed jonbannister closed 2 years ago

jonbannister commented 2 years ago

Correctly decode urlencoded bools; True becomes "True" which was not working as intended. Fixes #58