We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f86fc commit 1243559Copy full SHA for 1243559
README.md
@@ -9,7 +9,7 @@ This is the source for the Introduction to Data Science textbook.
9
- in terminal, navigate to the root of this project repo
10
- type the following in terminal:
11
```
12
- docker run --rm -it -p 8787:8787 -v $PWD:/home/rstudio/introduction-to-datascience -e PASSWORD=password ubcdsci/intro-to-ds
+ docker run --rm -it -p 8787:8787 -v $PWD:/home/rstudio/introduction-to-datascience -e PASSWORD=password ubcdsci/intro-to-ds:v0.1.0
13
14
- open a web browser and type [http://localhost:8787/](http://localhost:8787/)
15
- for the username enter `rstudio`
0 commit comments