comparison README.md @ 13:086c0d0da045

Add docker pull in readme
author Brendan Rius <brendan@omixy.com>
date Sat, 26 Mar 2016 15:39:37 +0000
parents a804d1645b0a
children 63084d5da27c
comparison
equal deleted inserted replaced
12:a804d1645b0a 13:086c0d0da045
7 * python 7 * python
8 * pip 8 * pip
9 9
10 ## Installation 10 ## Installation
11 11
12 ### Via Docker (recommended)
13
14 * `docker pull brendanrius/jupyter-c-kernel`
15 * `docker run -d -p 8888:8888 brendanrius/jupyter-c-kernel`
16 * Go to [http://localhost:8888](http://localhost:8888) (or your VM address if you are using Docker Machine)
17
12 ### Manually 18 ### Manually
13 19
14 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` 20 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git`
15 * `pip install jupyter-c-kernel` 21 * `pip install jupyter-c-kernel`
16 * `cd jupyter-c-kernel` 22 * `cd jupyter-c-kernel`
17 * `jupyter-kernelspec install c_kernel` 23 * `jupyter-kernelspec install c_kernel`
18
19 ### Via Docker
20
21 * `docker build .`
22 * `docker run -d -p 8888:8888 CONSTRUCTED_IMAGE`
23 * Go to [http://localhost:8888](http://localhost:8888) (or your VM if you are using Docker Machine)
24 24
25 ## Usage 25 ## Usage
26 26
27 * Open the example notebook: `jupyter-notebook example-notebook.ipynb` 27 * Open the example notebook: `jupyter-notebook example-notebook.ipynb`
28 * Enjoy! 28 * Enjoy!