{% extends '!breadcrumbs.html' %} {% block breadcrumbs %}
  • {{ _('Docs') }} »
  • {% for doc in parents %}
  • {{ doc.title }} »
  • {% endfor %}
  • {{ title }}
  • {% endblock %} {% block breadcrumbs_aside %}
  • {% if hasdoc(pagename) %} {% if check_meta and 'github_url' in meta %} {{ _('Edit on GitHub') }} {% else %} {{ _('Edit on GitHub') }} {% endif %} {% endif %}
  • {{ _('Jupyter') }} |  
  • {% endblock %}