QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

FEAT: allow jupyter notebooks to capture html only blocks in output #92

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

This PR adds a transform to parse jupyter_allow_html_only configuration to include html only blocks in generated jupyter notebooks

The default configuration value is False therefore by default the blocks that are included are:

.. only:: jupyter

blocks