You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: