QuantEcon / sphinxcontrib-jupyter

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

FEAT: add metadata for hide-output pass through to an nb_executor #153

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This PR adds metadata to each code-block to set visibility of the output block.

It can be used to hide output using :class: hide-output