sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
FEAT: Add support for providing assignments and assignments with solutions notebooks
trafficstars
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.