We show matplotlib / seaborn in the documentation. Could be useful to show other libraries like Bokeh, Altair, Holoviews, etc.
holoviews: Needs jQuery & require.js
bokeh: Haven't tried yet
Altair: Works, output is a bit small.
Need to figure out a way of handling those extra JS libraries. One option is to just document how to include them with pandoc: Make a file (say header.js) with these contents
We show matplotlib / seaborn in the documentation. Could be useful to show other libraries like Bokeh, Altair, Holoviews, etc.
Need to figure out a way of handling those extra JS libraries. One option is to just document how to include them with pandoc: Make a file (say
header.js
) with these contentsAnd include it with
stitch foo.md -o foo.html --no-self-contained -H header.js
Most of these don't play well with self-contained :/