diff README.md @ 0:50ea00cf5896

Initial commit
author Brendan Rius <brendan@omixy.com>
date Fri, 25 Mar 2016 11:50:40 +0000
parents
children 6455ec6914b3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Fri Mar 25 11:50:40 2016 +0000
@@ -0,0 +1,18 @@
+# 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!