We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfaa7d commit 9c64409Copy full SHA for 9c64409
pandas/core/frame.py
@@ -474,7 +474,8 @@ def _repr_html_(self):
474
# behaves badly when outputting an HTML table
475
# that doesn't fit the window, so disable it.
476
if com.in_qtconsole():
477
- raise NotImplementedError('HTML output is disabled in QtConsole')
+ # 'HTML output is disabled in QtConsole'
478
+ return None
479
480
if self._info_repr():
481
buf = StringIO(u(""))
0 commit comments