{# Displays a link to the edit interface of the page source in the specified Version Control System. #} {% if sourcename is defined and theme_use_edit_page_button==true and page_source_suffix %} {% set src = sourcename.split('.') %} {% if "ipynb" in src[-2:] %}
{% endif %} {% endif %}