view README.md @ 8:ca8f6aa0f6ed

Now use __main__ instead of __init__
author Brendan Rius <brendan@omixy.com>
date Fri, 25 Mar 2016 15:03:55 +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")