Show More
@@ -280,7 +280,7 b' def display(*objs, include=None, exclude=None, metadata=None, transient=None, di' | |||||
280 | """ |
|
280 | """ | |
281 | from IPython.core.interactiveshell import InteractiveShell |
|
281 | from IPython.core.interactiveshell import InteractiveShell | |
282 |
|
282 | |||
283 |
if not InteractiveShell.i |
|
283 | if not InteractiveShell.initialized(): | |
284 | # Directly print objects. |
|
284 | # Directly print objects. | |
285 | print(*objs) |
|
285 | print(*objs) | |
286 | return |
|
286 | return |
General Comments 0
You need to be logged in to leave comments.
Login now