Skip to content

willingc/circuitpython_kernel

Repository files navigation

CircuitPython Kernel

https://cdn-learn.adafruit.com/guides/images/000/002/051/medium310/Untitled-3.png?1528919538

Documentation Discord Build Status

The CircuitPython Kernel is a Jupyter Kernel designed to interact with Adafruit boards running CircuitPython from within a Jupyter Notebook.

Status

This project's status is experimental. It has been tested with CircuitPython (SAMD) boards and the Feather HUZZAH (ESP8266) using CircuitPython 2.x Stable and 3.0.0 Beta 1.

It may break, and if it does, please file an issue on this repository.

Compatible Boards

Designed for CircuitPython (SAMD21 and SAMD51)

Other Boards

Download

Official .zip files are available through the latest GitHub releases.

Documentation

This kernel is fully documented on the Adafruit Learning System (Guide Coming Soon!)

There's also documentation for this kernel listed on ReadTheDocs.