##// END OF EJS Templates
use IOLoop.current in a few places...
use IOLoop.current in a few places better allow notebook server to run in a thread

File last commit:

r18966:b28ec91e
r19347:89c7e8de
Show More
script.tpl
5 lines | 85 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'null.tpl' -%}
{% block input %}
{{ cell.source }}
{% endblock input %}