{% extends "base.html" %} {% block content %}

Labs

Comprehensive Jupyter notebook walkthroughs

{% for lab in labs %}
{{ lab.id.split('_')[0] }}

{{ lab.title }}

{{ lab.description }}

Open Lab →
{% endfor %}
{% endblock %}