Mercurial > hg > Members > aka > jupyter_CbC_kernel
comparison README.md @ 26:06e1c3c43532
Add alternative installation using wget and sh
author | Manoel Vilela <manoel_vilela@engineer.com> |
---|---|
date | Thu, 28 Apr 2016 23:29:12 -0300 |
parents | f41ac6ca0caa |
children | ee3c3cb52b25 |
comparison
equal
deleted
inserted
replaced
18:f41ac6ca0caa | 26:06e1c3c43532 |
---|---|
11 * Make sure you have the following requirements installed: | 11 * Make sure you have the following requirements installed: |
12 * gcc | 12 * gcc |
13 * jupyter | 13 * jupyter |
14 * python | 14 * python |
15 * pip | 15 * pip |
16 | |
17 ### Step-by-step: | |
16 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` | 18 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` |
17 * `pip install jupyter-c-kernel` | 19 * `pip install jupyter-c-kernel` |
18 * `cd jupyter-c-kernel` | 20 * `cd jupyter-c-kernel` |
19 * `jupyter-kernelspec install c_spec/` | 21 * `jupyter-kernelspec install c_spec/` |
20 * `jupyter-notebook`. Enjoy! | 22 * `jupyter-notebook`. Enjoy! |
21 | 23 |
24 ### Easy installation for Unix user: | |
25 | |
26 * `wget https://raw.githubusercontent.com/brendan-rius/jupyter-c-kernel/master/install.sh | sh` | |
27 | |
22 ## Example of notebook | 28 ## Example of notebook |
23 | 29 |
24 ![Example of notebook](example-notebook.png?raw=true "Example of notebook") | 30 ![Example of notebook](example-notebook.png?raw=true "Example of notebook") |