perspective-python 4.3.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
# Perspective JupyterLab Extension

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

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

## Installation

### From npm

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

### PIP

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