File: README.md

package info (click to toggle)
bqplot 0.12.32-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,072 kB
  • sloc: python: 2,573; makefile: 162; javascript: 150
file content (16 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bqplot

Interactive plotting library for the Jupyter notebook

The reference Python backend is available
[here](https://github.com/bloomberg/bqplot), with examples.

## Package Install

**Prerequisites**

- [node](http://nodejs.org/)

```bash
npm install --save bqplot
```