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 Jupyter directive for specifying breaks in markdown cells #84

Closed FelipeMaldonado closed 5 years ago

FelipeMaldonado commented 6 years ago

This PR is to include a new directive to get more control over the jupyter notebooks, including the option of cell-break (e.g., when the text is too long)

Implemented:

mmcky commented 6 years ago

work towards addressing #13

mmcky commented 6 years ago