mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-16 19:36:08 +00:00
315 B
315 B
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!