holoviz-dev / nbsite

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

Add support for a pyodide extension based gallery #270

Closed philippjfr closed 1 year ago

philippjfr commented 1 year ago

Galleries take a collection of notebook and .py script files and then execute them using the nbsite notebook directive. More recently we added the pyodide directive to nbsite which allows running the code inline in the docs using pyodide. Instead of migrating all our examples to Markdown files that use the pyodide directive this PR auto-converts them and then executes them using the directive.