comparison README.md @ 18:f41ac6ca0caa

Update README.md
author Brendan Rius <brendan@omixy.com>
date Mon, 18 Apr 2016 19:55:41 -0700
parents 81a24c69ed60
children 92e342d23ebc 06e1c3c43532
comparison
equal deleted inserted replaced
17:81a24c69ed60 18:f41ac6ca0caa
15 * pip 15 * pip
16 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` 16 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git`
17 * `pip install jupyter-c-kernel` 17 * `pip install jupyter-c-kernel`
18 * `cd jupyter-c-kernel` 18 * `cd jupyter-c-kernel`
19 * `jupyter-kernelspec install c_spec/` 19 * `jupyter-kernelspec install c_spec/`
20 20 * `jupyter-notebook`. Enjoy!
21 ## Usage
22
23 * Open the example notebook: `jupyter-notebook example-notebook.ipynb`
24 * Enjoy!
25 21
26 ## Example of notebook 22 ## Example of notebook
27 23
28 ![Example of notebook](example-notebook.png?raw=true "Example of notebook") 24 ![Example of notebook](example-notebook.png?raw=true "Example of notebook")