##// END OF EJS Templates
Clarify display_html docs in case of no HTML repr...
Peter Waller -
Show More
@@ -186,6 +186,9 b' def display_pretty(*objs, **kwargs):'
186 186 def display_html(*objs, **kwargs):
187 187 """Display the HTML representation of an object.
188 188
189 Note: If raw=False and the object does not have a HTML
190 representation, no HTML will be shown.
191
189 192 Parameters
190 193 ----------
191 194 objs : tuple of objects
General Comments 0
You need to be logged in to leave comments. Login now