Skip to content

Releases: adafruit/circuitpython_jupyter_kernel

Enables System-side CPython code

17 Mar 14:49
b4e1743
Compare
Choose a tag to compare

#30 Enables a user to run CPython code on a host computer than on a microcontroller. Thanks @qwertimer!

0.5.1 - Fix Typos

04 Mar 16:02
02a20ea
Compare
Choose a tag to compare

#27 Fixes typo for teensy target

Kernel support for Teensy 4.1

03 Mar 16:00
7118b80
Compare
Choose a tag to compare

This release adds:
#26 Support for PJRC Teensy 4.1

Installation

Start by installing Jupyter, and then the CircuitPython Kernel.

Documentation

Documentation for this project is located at its ReadtheDocs page.

Running into bugs?

This project is still experimental and you'll probably run into bugs. If you see something behaving in a weird way, or if your kernel crashes completely, please file an issue on our GitHub repository so we can take a look at it.

Contributing

Would you like to add a feature, or fix a problem you're having? We are accepting contributions for this repository from the community? Send a pull request to this project..

0.4.0 - Support for Raspberry Pi Pico

17 Feb 15:49
9c563e5
Compare
Choose a tag to compare

This release adds:
#25 Support (and a notebook example) for using the Raspberry Pi Pico with this kernel. Thanks @jposada202020!

Installation

Start by installing Jupyter, and then the CircuitPython Kernel.

Documentation

Documentation for this project is located at its ReadtheDocs page.

Running into bugs?

This project is still experimental and you'll probably run into bugs. If you see something behaving in a weird way, or if your kernel crashes completely, please file an issue on our GitHub repository so we can take a look at it.

Contributing

Would you like to add a feature, or fix a problem you're having? We are accepting contributions for this repository from the community? Send a pull request to this project..

Fix discord link; no code changes

07 Dec 15:08
7c053d3
Compare
Choose a tag to compare

Installation

Start by installing Jupyter, and then the CircuitPython Kernel.

Documentation

Documentation for this project is located at its ReadtheDocs page.

Running into bugs?

This project is still experimental and you'll probably run into bugs. If you see something behaving in a weird way, or if your kernel crashes completely, please file an issue on our GitHub repository so we can take a look at it.

Contributing

Would you like to add a feature, or fix a problem you're having? We are accepting contributions for this repository from the community? Send a pull request to this project..

Thanks

Enormous thanks to @willingc for her pre-0.3.0 work on this repository, and assistance on moving forwards.

CircuitPython Jupyter Kernel 0.3.2

28 Dec 16:39
934dd06
Compare
Choose a tag to compare

0.3.2

Changes since 0.3.1:

  • Inclusion of %softreset magic to reset the board from a notebook, @bboser
  • Performance tweaks for bit-cells, @bboser
  • Improved performance, @osterwood
  • Fix to prevent exception from within do_shutdown, @osterwood

Installation

Start by installing Jupyter, and then the CircuitPython Kernel.

Documentation

Documentation for this project is located at its ReadtheDocs page.

Running into bugs?

This project is still experimental and you'll probably run into bugs. If you see something behaving in a weird way, or if your kernel crashes completely, please file an issue on our GitHub repository so we can take a look at it.

Contributing

Would you like to add a feature, or fix a problem you're having? We are accepting contributions for this repository from the community? Send a pull request to this project..

Thanks

Enormous thanks to @willingc for her pre-0.3.0 work on this repository, and assistance on moving forwards.

CircuitPython Jupyter Kernel 0.3.1

03 Jul 18:45
812b40f
Compare
Choose a tag to compare

0.3.1

Changes since 0.3.0:

  • updated version strings

  • examples include. os uname check

  • attached logger to board.py

  • updated docs to new install, depreicate pypi installation method

  • fix pylint errors

Installation

Start by installing Jupyter, and then the CircuitPython Kernel.

Documentation

Documentation for this project is located at its ReadtheDocs page.

Running into bugs?

This project is still experimental and you'll probably run into bugs. If you see something behaving in a weird way, or if your kernel crashes completely, please file an issue on our GitHub repository so we can take a look at it.

Contributing

Would you like to add a feature, or fix a problem you're having? We are accepting contributions for this repository from the community? Send a pull request to this project..

Thanks

Enormous thanks to @willingc for her pre-0.3.0 work on this repository, and assistance on moving forwards.

CircuitPython Jupyter Kernel 0.3.0

20 Jun 14:58
Compare
Choose a tag to compare

0.3.0

Changes since 0.2.0:

  • Board support for all Adafruit Boards and ESP8266
  • Safe kernel shutdown method added
  • Kernel support for debug logging: jupyter notebook --debug
  • Added CircuitPlayground Express Examples
  • Updated ReadTheDocs to reflect upcoming Learn Guide
  • Added TravisCI
    -and much more-

Installation

Start by installing Jupyter, and then the CircuitPython Kernel.

Documentation

Documentation for this project is located at its ReadtheDocs page.

Running into bugs?

This project is still experimental and you'll probably run into bugs. If you see something behaving in a weird way, or if your kernel crashes completely, please file an issue on our GitHub repository so we can take a look at it.

Contributing

Would you like to add a feature, or fix a problem you're having? We are accepting contributions for this repository from the community? Send a pull request to this project..

Thanks

Enormous thanks to @willingc for her pre-0.3.0 work on this repository, and assistance on moving forwards.