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 a6ba456 commit bfdca6bCopy full SHA for bfdca6b
pandas/core/frame.py
@@ -470,11 +470,6 @@ def _repr_html_(self):
470
Return a html representation for a particular DataFrame.
471
Mainly for IPython notebook.
472
"""
473
- # ipnb in html repr mode allows scrolling
474
- # users strongly prefer to h-scroll a wide HTML table in the browser
475
- # then to get a summary view. GH3541, GH3573
476
- ipnbh = com.in_ipnb() and get_option('display.notebook_repr_html')
477
-
478
# qtconsole doesn't report it's line width, and also
479
# behaves badly when outputting an HTML table
480
# that doesn't fit the window, so disable it.
0 commit comments