# Perspective JupyterLab Extension

This extension allows in-lining perspective based charts in jupyterlab
notebooks.

[Examples](https://github.com/finos/perspective/tree/master/examples/jupyter-notebooks)

## Installation

### From npm

```bash
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @finos/perspective-jupyterlab
```

### PIP

```bash
pip install perspective-python
```
