File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,20 @@ A Jupyter extension for rendering [Bokeh](https://bokeh.org) content within Jupy
7
7
8
8
## Install
9
9
10
- To install the latest version in Jupyter Lab:
10
+ For versions 3.0 and newer of JupyterLab, you have the option to install
11
+ jupyter_bokeh with either `` pip `` or `` conda `` :
11
12
12
13
``` bash
13
14
pip install jupyter_bokeh
14
15
```
15
16
16
17
or
17
18
18
- ```
19
+ ``` bash
19
20
conda install -c bokeh jupyter_bokeh
20
21
```
21
22
22
- For versions of Jupyter Lab < 3.0 you must install the labextension
23
+ For versions of Jupyter Lab older than 3.0, you must install the labextension
23
24
separately:
24
25
25
26
``` bash
@@ -41,7 +42,7 @@ The core [Bokeh](https://github.com/bokeh/bokeh) library is generally version in
41
42
for versions of `` bokeh>=2.0.0 `` .
42
43
43
44
Our goal is that `` jupyter_bokeh `` minor releases (using the [ SemVer] ( https://semver.org/ ) pattern) are
44
- made to follow JupyterLab minor release bumps and micro releases are for new `` jupyter_bokeh `` features
45
+ made to follow JupyterLab minor release bumps, while micro releases are for new `` jupyter_bokeh `` features
45
46
or bug fix releases. We've been previously inconsistent with having the extension release minor version bumps
46
47
track that of JupyterLab, so users seeking to find extension releases that are compatible with their JupyterLab
47
48
installation may refer to the below table.
You can’t perform that action at this time.
0 commit comments