File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ tools:
110
110
We have provided a Dockerfile which helps for isolating build problems, and local development.
111
111
Install [ Docker] ( https://www.docker.com/ ) for your operating system, clone this repo, then
112
112
run ` ./scripts/start_container.sh ` . This should start a local docker container called ` pymc3 ` ,
113
- as well as a [ ` jupyter ` ] ( http://jupyter.org/ ) notebook server running on port 8888. The repo
114
- will be running the code from your local copy of ` pymc3 ` , so it is good for development. You may
115
- also use it to run the test suite, with
113
+ as well as a [ ` jupyter ` ] ( http://jupyter.org/ ) notebook server running on port 8888. You will have to open
114
+ a browser at ` localhost:8888 ` . The repo will be running the code from your local copy of ` pymc3 ` ,
115
+ so it is good for development. You may also use it to run the test suite, with
116
116
117
117
``` bash
118
118
$ docker exec -it pymc3 bash # logon to the container
You can’t perform that action at this time.
0 commit comments