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
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
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 %}
The text was updated successfully, but these errors were encountered: