Jupyter notebook
unlimited size of line:
Code #1
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
Code #2
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
Thank you.
๐๐ป♂️
No comments:
Post a Comment