mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-17 03:46:11 +00:00
457 B
457 B
Minimal C kernel for Jupyter
Requirements
- gcc
- jupyter
- python
- pip
Installation
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!