QuantEcon / sphinxcontrib-jupyter

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

FEAT: Add output option for jupyter directive #312

Open mmcky opened 4 years ago

mmcky commented 4 years ago

Add the ability to include output to code-blocks using the jupyter directive

.. jupyter:: 
   :type: output
mmcky commented 4 years ago

PR #125 offers an implementation that wasn't merged becuase the extension has undergone a substation rewrite and can no longer be merged.