view README.md @ 7:aa54c85303b6

Remove temporary files when shutting down the kernel
author Brendan Rius <brendan@omixy.com>
date Fri, 25 Mar 2016 14:52:13 +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")