Iframe in Jupyter Notebook Pandas output [duplicate]
This question already has an answer here:
Pandas DataFrame Table Vertical Scrollbars
1 answer
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
python pandas jupyter-notebook
marked as duplicate by Community♦ Nov 20 '18 at 15:27
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Pandas DataFrame Table Vertical Scrollbars
1 answer
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
python pandas jupyter-notebook
marked as duplicate by Community♦ Nov 20 '18 at 15:27
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Pandas DataFrame Table Vertical Scrollbars
1 answer
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
python pandas jupyter-notebook
This question already has an answer here:
Pandas DataFrame Table Vertical Scrollbars
1 answer
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
This question already has an answer here:
Pandas DataFrame Table Vertical Scrollbars
1 answer
python pandas jupyter-notebook
python pandas jupyter-notebook
edited Nov 20 '18 at 11:36
Michal
9631121
9631121
asked Nov 20 '18 at 10:33
user10679526user10679526
11
11
marked as duplicate by Community♦ Nov 20 '18 at 15:27
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Community♦ Nov 20 '18 at 15:27
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
answered Nov 20 '18 at 10:38
Leo SebalLeo Sebal
112
112
add a comment |
add a comment |