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>'))
Python links
- Learn Python: https://pythonbasics.org/
- Python Tutorial: https://pythonprogramminglanguage.com