Usage

To use CircuitPython Kernel in a Jupyter Notebook, you must install and activate the kernel specification (kernelspec) for Jupyter:

$ python3 circuitpython_kernel.install

You can check that CircuitPython has been activated for Jupyter:

$ jupyter kernelspec list

Removing CircuitPython from Jupyter’s kernel specification list:

$ jupyter kernelspec remove circuitpython_kernel