Show More
@@ -944,7 +944,7 b' def format_display_data(obj, include=None, exclude=None):' | |||||
944 | """ |
|
944 | """ | |
945 | from IPython.core.interactiveshell import InteractiveShell |
|
945 | from IPython.core.interactiveshell import InteractiveShell | |
946 |
|
946 | |||
947 | InteractiveShell.instance().display_formatter.format( |
|
947 | return InteractiveShell.instance().display_formatter.format( | |
948 | obj, |
|
948 | obj, | |
949 | include, |
|
949 | include, | |
950 | exclude |
|
950 | exclude |
General Comments 0
You need to be logged in to leave comments.
Login now