jupyterlite-sphinx icon indicating copy to clipboard operation
jupyterlite-sphinx copied to clipboard

Add support for handling some reST-based directives for `TryExamples` interactive notebooks

Open agriyakhetarpal opened this issue 10 months ago • 0 comments

Problem

From https://github.com/jupyterlite/jupyterlite-sphinx/pull/251#issuecomment-2587500462: add more reST-based directives that have easy conversion from reST to Markdown for the interactive notebooks generated by the TryExamples directive.

Proposed Solution

Similar to the conversion of URLs, add tables (https://docutils.sourceforge.io/docs/ref/rst/directives.html#tables): list-table, csv-table, images, figures

Additional context

We support math and LaTeX already, so this would be similar vein – in the intent to make the notebooks integrate with the content more seamlessly.

agriyakhetarpal avatar Jan 14 '25 00:01 agriyakhetarpal