Skip to content

Add hide code to template #9

Open
@kuchaale

Description

@kuchaale

Is there a possibility how to hide code, i.e. IFrame calling here. When I export my notebooks to html (jupyter nbconvert --to html). I use --template hidecode.tpl (see below). Would it be possible to add this functionality as well? Thx

{%- extends 'full.tpl' -%} {% block input_group %} {% if cell['metadata'].get('slideshow',{}).get('slide_type','') =='Notes' -%} {{ super() }} {% endif %} {%- endblock input_group %}

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