holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 13 forks source link

Made notebook export template configurable #170

Closed philippjfr closed 1 year ago

philippjfr commented 4 years ago

Should allow doing something like:

.. notebook:: holoviz ../../examples/talks/Overview.ipynb
    :template: "slides"

when RISE is installed.

ceball commented 4 years ago

@philippjfr a dev release was previously made from this branch, but that will now have been wiped out by a more recent dev release from master. Seems like this PR would be useful (going from its title), so if you were using its functionality from the dev channel, you'll lose it...

philippjfr commented 4 years ago

This PR never worked and I was mostly trying to test it in a holoviz.org build. Would be great to get it working but right now nothing is lost by building from master.