sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
Support for collapsible In code blocks
Sometimes code blocks can be large (for included support code for example) and it would be nice if we could make those code blocks collapsible in the Jupyter notebook.
- [ ] research collapsible blocks in Jupyter
- [ ] enable as an option in extension
this is currently implemented at the nbconvert template layer with tag passthrough via ipynb.
- [ ] document how this works in the documentation with
:class: collaps`eon code-blocks.