ipylayout
v0.1.6
Published
A Layout Manager Jupyter Widget Library
Downloads
6
Maintainers
Readme
ipylayout
A Layout Manager Jupyter Widget Library based on GoldenLayout.
Installation
You can install using pip
:
pip install ipylayout
Or if you use jupyterlab:
pip install ipylayout
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylayout
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipylayout