Client

{{ id }}

{% if not cluster and not scheduler_file %} {% elif cluster %} {% elif scheduler_file %} {% endif %} {% if dashboard_link %} {% endif %}
Connection method: Direct Connection method: Cluster object Cluster type: {{ cluster | type | typename(short=True) }}Connection method: Scheduler file Scheduler file: {{ scheduler_file }}
Dashboard: {{ dashboard_link }}
{% if scheduler is none %}

No scheduler connected.

{% elif cluster %}

Cluster Info

{{ cluster._repr_html_() }}
{% else %}

Scheduler Info

{{ info._repr_html_() }}
{% endif %}