Skip to content

Commit 7ba2b81

Browse files
committed
Add sampledata install to README
1 parent 465d2e8 commit 7ba2b81

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ After the environment is set up, activate it with the following command:
4545
conda activate bk-tutorial
4646
```
4747

48-
From inside this environment, you can now start the Jupyter notebook server:
48+
Before opening the tutorial notebooks, you need to install the Bokeh sampledata.
49+
Make sure the ``bk-tutorial`` environment is activated, then run the following command:
50+
51+
```bash
52+
bokeh sampledata
53+
```
54+
55+
From inside the ``bk-tutorial`` environment, you can now start the Jupyter notebook
56+
server:
4957

5058
```bash
5159
jupyter notebook

0 commit comments

Comments
 (0)