sphinxcontrib-jupyter icon indicating copy to clipboard operation
sphinxcontrib-jupyter copied to clipboard

Support for collapsible In code blocks

Open mmcky opened this issue 8 years ago • 1 comments

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

mmcky avatar Oct 13 '17 01:10 mmcky

this is currently implemented at the nbconvert template layer with tag passthrough via ipynb.

  • [ ] document how this works in the documentation with :class: collaps`e on code-blocks.

mmcky avatar Jul 22 '19 01:07 mmcky