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 ipylayoutOr if you use jupyterlab:
pip install ipylayout
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylayoutIf 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