Mercurial > hg > Members > aka > jupyter_CbC_kernel
comparison README.md @ 0:50ea00cf5896
Initial commit
author | Brendan Rius <brendan@omixy.com> |
---|---|
date | Fri, 25 Mar 2016 11:50:40 +0000 |
parents | |
children | 6455ec6914b3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:50ea00cf5896 |
---|---|
1 # Minimal C kernel for Jupyter | |
2 | |
3 ## Requirements | |
4 | |
5 * gcc | |
6 * jupyter | |
7 | |
8 ## Installation | |
9 | |
10 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` | |
11 * `cd jupyter-c-kernel` | |
12 * `jupyter-kernelspec install c_kernel` | |
13 | |
14 ## Usage | |
15 | |
16 * Create a new Jupyter notebook: `jupyter-notebook` | |
17 * Change the kernel to `C` | |
18 * Enjoy! |