{% extends "template.html" %} {% block title %}Computing Configuration{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Configure computing environment
{% include "compute_info.html"%}
{% if notify_not_set is not none %}

Environment variable(s) pointing to the DIVCFG file not found, using default file.

The {{ notify_not_set }} environment variable is not set. Set it with: export {{ notify_not_set }}=path/to/file and run caravel again.

Learn more about DIVCFG files concept here.

{% endif %} {% include 'back_referrer.html' %} {% endblock %}