Code snippets

Python

Extend width Jupyter
from IPython.code.display import display, HTML
display(HTML("<style>.container {width:95% !important; }"))