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 :type: output cell into the jupyter directive. #125

Closed FelipeMaldonado closed 4 years ago

FelipeMaldonado commented 5 years ago

( Setting up again this PR, since it was wrongly merged with the master branch)

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

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

hey @FelipeMaldonado would you have time to resolve this PR?

FelipeMaldonado commented 5 years ago

hey @FelipeMaldonado would you have time to resolve this PR?

I can give it a try, I remember checking this, and I couldn't see what was wrong with the current implementation. After fixing the static-folder PR I can work on this.

mmcky commented 5 years ago

@FelipeMaldonado if you have time could you let me know if this was finalised or work in progress. Thanks.

mmcky commented 4 years ago

Closing as this can not be merged due to large changes in underlying extension.