{% extends "base.html" %} {% block styles %} {% endblock %} {% block content %} {% include "navbar.html" %}

NWB Web GUI

{% if config['RENDER_CONVERTER'] %}
...

User friendly metadata editing before converting your data to NWB.

{% endif %} {% if config['RENDER_VIEWER'] %}
...

Quickly explore your data with interactive NWB widgets.

{% endif %} {% if config['RENDER_DASHBOARD'] %}
...

Customized Dashboards for NWB files.

{% endif %}
...

Resources to learn more about NWB

{% endblock %}