Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
distributed / distributed / widgets / templates / task_state.html.j2
Size: Mime:
<strong>TaskState: </strong>

{% if state == "erred" %}
<span style="color: var(--jp-error-color0, red)"> {{ state }} </span>
{% else %}
<span style="color: var(--jp-ui-font-color0, black)"> {{ state }} </span>
{% endif %}

{% if state == "memory" %}
<span style="color: var(--jp-ui-font-color2, gray)">nbytes: </span>{{  nbytes | format_bytes }}
{% endif %}

<span style="color: var(--jp-ui-font-color2, gray)">key: </span>{{ key | html_escape }}