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 / future.html.j2
Size: Mime:
<strong>Future: {{ key | key_split | html_escape }}</strong>
<span style="color: var(--jp-ui-font-color2, gray)"> status: </span>

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

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

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