Skip to content

Commit

Permalink
Added some comments regarding docker-compose to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Senf committed Jun 14, 2020
1 parent 518cb83 commit 55834c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ With [Papermill](https://github.com/nteract/papermill):
- `papermill rescuetime_downloader.ipynb data/output.ipynb -p start_date '2019-08-14' -p end_date '2019-10-14'`
- **NOTE**: You first need to [parameterize your notebook](https://github.com/nteract/papermill#parameterizing-a-notebook) in order pass parameters into commands.

With [docker-compose](https://docs.docker.com/compose/):

- Installation of docker is required.
- This runs the Docker image [continuumio/anaconda3](https://hub.docker.com/r/continuumio/anaconda3). The current directory will be mounted to `/opt/notebooks`.
- Run `docker-compose up` in current directory.
- Point the browser to the shown URL.

#### Creators and Contributors:

* [Mark Koester](https://github.com/markwk/)
Expand Down

0 comments on commit 55834c3

Please sign in to comment.