cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
740 stars 134 forks source link

Upgrade jupyter-book to latest version #125

Closed clarksmr closed 10 months ago

clarksmr commented 1 year ago

Currently jupyter-book is pinned to 0.11.2, because more recent versions create a version incompatibility error involving MystNB and sqlalchemy as discovered in #124. We should eventually upgrade to the latest version of jupyter-book (currently 0.14.0), but this doesn't seem to be an urgent issue in the middle of the semester.

clarksmr commented 1 year ago

Note to self: at that time, also re-merge #121