Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbrochart/ipylayout
https://github.com/davidbrochart/ipylayout
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidbrochart/ipylayout
- Owner: davidbrochart
- License: bsd-3-clause
- Created: 2020-05-01T09:34:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:44:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T15:12:01.279Z (about 1 month ago)
- Language: Python
- Size: 718 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/davidbrochart/ipylayout/master?filepath=examples%2Fintroduction.ipynb)
# ipylayout
A Layout Manager Jupyter Widget Library based on [GoldenLayout](http://golden-layout.com).
## Installation
You can install using `pip`:
```bash
pip install ipylayout
```Or if you use jupyterlab:
```bash
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:
```bash
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipylayout
```