Skip to content

Commit 607dad9

Browse files
authored
Merge pull request #130 from bokeh/timo/update-readme
Update installation details
2 parents 2c357a2 + 7d2b980 commit 607dad9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ A Jupyter extension for rendering [Bokeh](https://bokeh.org) content within Jupy
77

88
## Install
99

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``:
1112

1213
```bash
1314
pip install jupyter_bokeh
1415
```
1516

1617
or
1718

18-
```
19+
```bash
1920
conda install -c bokeh jupyter_bokeh
2021
```
2122

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
2324
separately:
2425

2526
```bash
@@ -41,7 +42,7 @@ The core [Bokeh](https://github.com/bokeh/bokeh) library is generally version in
4142
for versions of ``bokeh>=2.0.0``.
4243

4344
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
4546
or bug fix releases. We've been previously inconsistent with having the extension release minor version bumps
4647
track that of JupyterLab, so users seeking to find extension releases that are compatible with their JupyterLab
4748
installation may refer to the below table.

0 commit comments

Comments
 (0)