Releases: Josverl/micropython-magic
Releases · Josverl/micropython-magic
v0.10.1 Improve Traceback
What's Changed
Full Changelog: v0.10.0...v0.10.1
Add support for MacOS
What's Changed
- Add MacOS support.
While this was assumed to work , it did not work properly initally. - reported and verified by @rdlaner
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Allow mounting a local folder during cell magic
%%micropython--mount .
- add linemagic --bootloader option
- Changed to use
mpremote run <localfile>
in stead of copying the file to the MCU and then running it. This saves a call to mpremote and is therefore faster.
Dependencies:
- Bump jupyter-server from 2.7.2 to 2.11.2 by @dependabot in #15
Full Changelog: v0.6.1...v0.8.0