Skip to content

Only place show/hide all output buttons on notebooks with output blocks #148

@ehmatthes

Description

@ehmatthes

Right now this is done manually, in build_html_site.py. But this could be automated, either in build_html_site.py or in a template, by checking whether the template has any output blocks. Or, this could be a setting in the notebook metadata.

from build_html.py:

# This is manually determining which notebooks get show/hide all output buttons.
#  Might be better to scrape the files, look for output cells, and only place
#  show/hide all buttons on notebooks with output cells. Can this be done
#  in the template?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions