Mercurial > hg > Members > aka > jupyter_CbC_kernel
comparison README.md @ 27:ee3c3cb52b25
Add specials args to avoid syntax errors with wget
author | Manoel Vilela <manoel_vilela@engineer.com> |
---|---|
date | Fri, 29 Apr 2016 01:12:06 -0300 |
parents | 06e1c3c43532 |
children | ee3ac764f5f0 |
comparison
equal
deleted
inserted
replaced
26:06e1c3c43532 | 27:ee3c3cb52b25 |
---|---|
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 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") |