Mercurial > hg > Members > aka > jupyter_CbC_kernel
comparison README.md @ 41:bc0fec23eedb
Fix typo
author | Brendan Rius <brendan@omixy.com> |
---|---|
date | Mon, 06 Jun 2016 15:52:40 +0100 |
parents | fae3b8f7cbfb |
children | 778218c42d18 |
comparison
equal
deleted
inserted
replaced
40:758e2e0670c5 | 41:bc0fec23eedb |
---|---|
21 * `jupyter-kernelspec install c_spec/` | 21 * `jupyter-kernelspec install c_spec/` |
22 * `jupyter-notebook`. Enjoy! | 22 * `jupyter-notebook`. Enjoy! |
23 | 23 |
24 ### Easy installation for Unix user: | 24 ### Easy installation for Unix user: |
25 | 25 |
26 * `wget -O - https://raw.githubusercontent.com/brendan-rius/jupyter-c-kernel/master/install.sh | sh` | 26 * `wget -O - https://raw.githubusercontent.com/brendan-rius/jupyter-c-kernel/master/install.sh | sh` |
27 | 27 |
28 ## Example of notebook | 28 ## Example of notebook |
29 | 29 |
30 ![Example of notebook](example-notebook.png?raw=true "Example of notebook") | 30 ![Example of notebook](example-notebook.png?raw=true "Example of notebook") |
31 | 31 |
32 ## Contributing | 32 ## Contributing |
33 | 33 |
34 Creates branches named `issue-X` where `X` is the no os the issue. | 34 Create branches named `issue-X` where `X` is the number of the issue. |
35 Rebase instead of merge. | 35 Rebase instead of merge. |
36 | 36 |
37 ## License | 37 ## License |
38 | 38 |
39 [MIT](LICENSE.txt) | 39 [MIT](LICENSE.txt) |