jupyter-c-kernel/README.md

23 lines
408 B
Markdown
Raw Normal View History

2016-03-25 11:50:40 +00:00
# Minimal C kernel for Jupyter
## Requirements
* gcc
* jupyter
## Installation
* `git clone git@github.com:brendan-rius/jupyter-c-kernel.git`
* `cd jupyter-c-kernel`
* `jupyter-kernelspec install c_kernel`
## Usage
2016-03-25 14:34:14 +00:00
* Open the example notebook: `jupyter-notebook example-notebook.ipynb`
2016-03-25 11:50:40 +00:00
* Enjoy!
2016-03-25 14:34:14 +00:00
## Example of notebook
![Example of notebook](example-notebook.png?raw=true "Example of notebook")