Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jupyter/scipy-notebook
##### (Assumes that docker has been installed. If not, start [here](https://docs.docker.com/installation/#installation).)
Pull it:
```
docker pull trafferty/jupyter-opencv
docker pull trafferty/docker-ipython-opencv
```
Run it:
```
docker run --name cv_notebook -d -p 443:8888 -v $(pwd):/notebooks -e "PASSWORD=MY_PASSWORD" trafferty/jupyter-opencv
docker run --name cv_notebook -d -p 443:8888 -v $(pwd):/notebooks -e "PASSWORD=MY_PASSWORD" trafferty/docker-ipython-opencv
```
After it is running, point your browser to https://localhost, login with the password provided in above step, and you can then start your first ipython notebook using the wonderful OpenCV module. Here is some sample code to get you started:
```
Expand Down