Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidbrochart/ipylayout


https://github.com/davidbrochart/ipylayout

Last synced: 15 days ago
JSON representation

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
```