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

feature: hide output by tag

Open cmatKhan opened this issue 1 year ago • 0 comments

This is related to #181, which itself has some links to other issues.

I am wondering if it is possible to hide output in a similar fashion to this:

plugins:
    - mkdocs-jupyter:
          remove_tag_config:
              remove_input_tags:
                  - hide_code
              remove_output_tags:
                  - hide_output

If not, that would be a nice feature.

cmatKhan avatar Oct 03 '24 18:10 cmatKhan