all-of-us / workbench-snippets

Code snippets for use in All of Us Workbench notebooks.
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Convert to `html` instead of `html_toc` for HTML snapshots. #57

Closed deflaux closed 3 years ago

deflaux commented 3 years ago

The newer version of nbconvert is incompatible with Jupyter extension toc2. This causes the HTML snapshot functionality to fail as the export format is html_toc which is provided by toc2.

https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1533

For now we'll work around this to change the export format to html.

deflaux commented 3 years ago

These changes are now included in https://github.com/all-of-us/workbench-snippets/pull/59