Answers for "jupyter notebook make wider"

4

make jupyter notebook wider

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