Micro:bit 可以使用網頁的形式去編寫,同時也可以在windows store中下載app去編寫. 但每次都需要經過編譯後再下載的方式才能使用。這在除錯上真的很不方便。
以下將介紹如何使用jupyter notebook玩micro:bit,透過micropython的形式
sudo usermod -a -G dialout <username>
pip3 install ubit_kernel
git clone https://github.com/takluyver/ubit_kernel.git`
- python3 -m user ubi_kernel/install.py
真的很方便 ...