# 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!