jupyter-full-width

Add a button to allow jupyter to use the full browser width


License
MIT
Install
pip install jupyter-full-width==1.1.0

Documentation

Full Width

This extension adds a button that makes notebooks use the full browser width.

Installation

Install the python package from PyPI

pip install jupyter-full-width

Install the nbextension

jupyter nbextension install --py full_width --user

Enable the extension

jupyter nbextension enable full_width --user --py