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