view README.md @ 6:6455ec6914b3

Update readme
author Brendan Rius <brendan@omixy.com>
date Fri, 25 Mar 2016 14:36:42 +0000
parents 50ea00cf5896
children eee0f8bf43f5
line wrap: on
line source

# 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

 * Open the example notebook: `jupyter-notebook example-notebook.ipynb`
 * Enjoy!

## Example of notebook

![Example of notebook](example-notebook.png?raw=true "Example of notebook")