view README.md @ 13:086c0d0da045

Add docker pull in readme
author Brendan Rius <brendan@omixy.com>
date Sat, 26 Mar 2016 15:39:37 +0000
parents a804d1645b0a
children 63084d5da27c
line wrap: on
line source

# Minimal C kernel for Jupyter

## Requirements

* gcc
* jupyter
* python
* pip

## Installation

### Via Docker (recommended)

 * `docker pull brendanrius/jupyter-c-kernel`
 * `docker run -d -p 8888:8888 brendanrius/jupyter-c-kernel`
 * Go to [http://localhost:8888](http://localhost:8888) (or your VM address if you are using Docker Machine)

### Manually

 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git`
 * `pip install jupyter-c-kernel`
 * `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")