{% extends "base.html" %} {% block announce %} {% include ".icons/fontawesome/solid/angles-down.svg" %} Navigate the site here! Newest release: PyPI {% include ".icons/material/head-question.svg" %} Issues or Feature requests? Open an issue! {% endblock %} {% block content %}
{% if page.nb_url %} {% include ".icons/material/download.svg" %} {% if page.file.src_uri.endswith('.ipynb') %} Open In Colab
{% endif %}
{% endif %} {{ super() }} {% if page.nb_url %} {% if page.file.src_uri.endswith('.py') %} Test it here! {% endif %} {% endif %} {% endblock content %}