Answers for "jupyter wide screen"

4

jupyter notebook widescreen

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
Posted by: Guest on March-30-2020

Python Answers by Framework

Browse Popular Code Answers by Language