##// END OF EJS Templates
add SelfDisplayingFormatter...
add SelfDisplayingFormatter use it to dispatch `_ipython_display_` Allows `for_type` registration for self-displaying functions.

File last commit:

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