CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 29
Releases: adafruit/circuitpython_jupyter_kernel
Enables System-side CPython code
b4e1743
Compare
#30 Enables a user to run CPython code on a host computer than on a microcontroller. Thanks @qwertimer!
Assets 2
0.5.1 - Fix Typos
Kernel support for Teensy 4.1
7118b80
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..
Assets 2
0.4.0 - Support for Raspberry Pi Pico
9c563e5
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..
Assets 2
Fix discord link; no code changes
7c053d3
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.
Assets 2
CircuitPython Jupyter Kernel 0.3.2
934dd06
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.
Assets 2
CircuitPython Jupyter Kernel 0.3.1
812b40f
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.
Assets 2
CircuitPython Jupyter Kernel 0.3.0
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.