Skip to content

Commit 09b4106

Browse files
authored
Update README.md
1 parent 607dad9 commit 09b4106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ pip install jupyter_bokeh
1717
or
1818

1919
```bash
20-
conda install -c bokeh jupyter_bokeh
20+
conda install -c conda-forge jupyter_bokeh
2121
```
2222

2323
For versions of Jupyter Lab older than 3.0, you must install the labextension
2424
separately:
2525

2626
```bash
27-
conda install -c bokeh jupyter_bokeh
27+
conda install -c conda-forge jupyter_bokeh
2828
jupyter labextension install @jupyter-widgets/jupyterlab-manager
2929
jupyter labextension install @bokeh/jupyter_bokeh
3030
```

0 commit comments

Comments
 (0)