view README.md @ 3:8ddfdd2a8574

Add retcode to stderr to make errors such as segfaults visible
author Brendan Rius <brendan@omixy.com>
date Fri, 25 Mar 2016 14:13:22 +0000
parents 50ea00cf5896
children 6455ec6914b3
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

 * Create a new Jupyter notebook: `jupyter-notebook`
 * Change the kernel to `C`
 * Enjoy!