view README.md @ 9:101e99452042

Dockerized project :)
author Brendan Rius <brendan@omixy.com>
date Sat, 26 Mar 2016 14:54:39 +0000
parents 6455ec6914b3
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")