{% if not ONLINE %} WARNING: You do not appear to be online! You will not be able to download new files or submit assignments. {% endif %} {% if ANDREWID in ['jkitchin', 'eerdinc', 'dmolinat', 'dklee1'] %}
Admin
debug {% endif %}

S17 06-364 - Techela in a flask (version {{version}})

You registered as {{NAME}} ({{ANDREWID}}) (Change registration information)
Your course files are in {{COURSEDIR}}
Syllabus
Course schedule
New Notebook (opens in a new browser tab). {{announcements | safe}}

Your Lectures

These are your local copies. You can edit them and add your own notes.
    {% for label, status in lectures %}
  • {{ label }} ({{ status | safe}})
  • {% endfor %}

Course Lectures

These are the notes that I have used in class. Each time you open one, it will download the latest copy of the notes, so anything you change in these files will be lost each time you open the link.
    {% for label, status in lectures %}
  • {{ label }} {% endfor %}

Assignments

Example solution

{% for label, path, status, color, duedate, turnedin, solution in assignments4templates %} {% endfor %}
label status due date submit turned in solution
{{ label }} {{ status | safe }} {{duedate}} Submit {{turnedin}} {% if solution %} {{solution}} {% else %} Not available yet {% endif %}