{% extends "dtale/base.html" %} {% set missing_js = 'true' %} {% block title %}JS Files Missing{% endblock %} {% block full_content %}
{{ main_title if main_title else "D-TALE" }} JS Files Missing

It appears that the JS files located within dtale/static/dist are missing. If you are trying to develop locally please go to a terminal and run the following commands:

{{ missing_js_commands }}

Make sure you have yarn, npm & node installed.

{% endblock %}