Skip to content

Commit e5948e7

Browse files
committed
added docs for how to run the notebook
1 parent a5786b0 commit e5948e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ This is the source for the Introduction to Data Science textbook.
2828
> docker run --rm -it -v $PWD:/introduction-to-datascience ubcdsci/intro-to-ds /bin/bash
2929
> ```
3030
31+
### Updating the textbook data
32+
Data sets are collected and curated by `data/retrieve_data.ipynb`. To run that notebook in the Docker container type the following in the terminal:
33+
34+
```
35+
docker run --rm -it -p 8888:8888 -v $PWD:/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds jupyter notebook --ip=0.0.0.0 --allow-root
36+
```
37+
3138
## Style Guide
3239
3340
- For R code block labels, use the format `##-[name with only alphanumeric + hyphens]` where the `##` is the 2-digit chapter number, e.g. `03-test-name` for a label `test-name` in chapter 3

0 commit comments

Comments
 (0)