notebook jupyter online code example
Example 1: jupyter notebook widescreen
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
Example 2: jupyter nbextension
conda install -c conda-forge jupyter_contrib_nbextensions