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 support for providing assignments and assignments with solutions notebooks #58

Open mmcky opened 6 years ago

mmcky commented 6 years ago

This could be achieved by tagging code-blocks use :class: attribute. For example we could use :class: solutions to specify a solution block that could be excluded from the notebook when using make jupyter and notebooks with solutions could be generated with make juptyer --solutions for example.