0

I just started using Jupyter Notebook and Pandas. Now I want to show many rows (more then the default of 60). Anyhow, when increasing display.max_rows the results are displayed in an iframe (see attached image). How can I get rid of that frame, and see all results without frame.

Screenshot:

TS

Michal
  • 2,078
  • 23
  • 36
user10679526
  • 109
  • 7

1 Answers1

0

You can use jupyterthemes to customize the display font, width, color, etc. of your cells. In particular, I like those settings:

jt -t onedork -fs 95 -tfs 11 -nfs 115 -cellw 88% -T

Leo Sebal
  • 21
  • 2