{% extends "error.html" %} {% block error_detail %}
We couldn't render your notebook
Perhaps it is not valid JSON, or not the right URL.
If this should be a working notebook, please let us know.
{% if message %}The error was: {{message}}
{% endif %} {% endblock %}