HOME/Articles/

matplotlib example notebook cell width (snippet)

Article Outline

Python matplotlib example 'notebook cell width'

python notebook cell width

Python matplotlib example: notebook cell width

## Change cell wigths in Jupyter Notebook

from IPython.core.display import display, HTML
display(HTML('<style>.container {width:80% !important;}</style>'))