0.1.6 • Published 4 years ago

ipylayout v0.1.6

Weekly downloads
7
License
BSD-3-Clause
Repository
github
Last release
4 years ago

Binder

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