@@ -6,7 +6,7 @@ bqplot is a plotting system for the Jupyter notebook.
6
6
Note
7
7
----
8
8
9
- This README concerns bqplot version 0.6.0 beta 1 .
9
+ This README concerns bqplot version 0.6.0 beta 2 .
10
10
11
11
Goals
12
12
-----
@@ -30,43 +30,28 @@ Getting Started
30
30
This package depends on the following packages:
31
31
32
32
- ` numpy `
33
- - ` ipywidgets ` (version >=5.0b4 )
33
+ - ` ipywidgets ` (version >=5.0.0 )
34
34
35
35
### Installation
36
36
37
- 1 . Installing ` bqplot ` :
38
-
39
- ```
40
- $ pip install --pre bqplot
41
- ```
42
-
43
- or for a development installation,
44
-
45
- ```
46
- $ git clone https://github.com/bloomberg/bqplot.git
47
- $ cd bqplot
48
- $ pip install -e .
49
- $ bower install
50
- ```
51
-
52
- 2. Next, we need to install the JavaScript code.
53
-
54
- - Linux users:
55
-
56
- ```
57
- $ jupyter nbextension install --py --symlink bqplot
58
- $ jupyter nbextension enable --py bqplot
59
- ```
37
+ ```
38
+ $ pip install --pre bqplot
39
+ $ jupyter nbextension enable --py bqplot
40
+ ```
60
41
61
- - Windows users:
42
+ or for a development installation (requires npm),
62
43
63
- ```
64
- $ jupyter nbextension install --py bqplot
65
- $ jupyter nbextension enable --py bqplot
66
- ```
44
+ ```
45
+ $ git clone https://github.com/bloomberg/bqplot.git
46
+ $ cd bqplot
47
+ $ pip install -e .
48
+ $ jupyter nbextension install --py --symlink --user bqplot
49
+ $ jupyter nbextension enable --py --user bqplot
50
+ ```
67
51
68
- 3. Note for developers: the `--symlink` argument in Linux allows one to
69
- modify the JavaScript code in-place. This feature is not available with Windows.
52
+ Note for developers: the ` --symlink ` argument on Linux or OS X allows one to
53
+ modify the JavaScript code in-place. This feature is not available
54
+ with Windows.
70
55
71
56
72
57
### Loading ` bqplot `
0 commit comments