Mercurial > hg > Members > aka > jupyter_CbC_kernel
changeset 11:ed81f9f93bde
Add basic docker instructions
author | Brendan Rius <brendan@omixy.com> |
---|---|
date | Sat, 26 Mar 2016 14:59:52 +0000 |
parents | eee0f8bf43f5 |
children | a804d1645b0a |
files | README.md |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sat Mar 26 14:56:17 2016 +0000 +++ b/README.md Sat Mar 26 14:59:52 2016 +0000 @@ -9,11 +9,18 @@ ## Installation +### Manually + * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` * `pip install jupyter-c-kernel` * `cd jupyter-c-kernel` * `jupyter-kernelspec install c_kernel` +### Via Docker + + * `docker build .` + * `docker run -d -p 8888:8888 CONSTRUCTED_IMAGE` + * Go to [http://localhost:8888](http://localhost:8888) (or your VM if you are using Docker Machine) ## Usage * Open the example notebook: `jupyter-notebook example-notebook.ipynb`