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