jupyter_micropython_kernel:Jupyter内核通过串行REPL与MicroPythonESP8266进行交互

时间:2024-05-22 20:29:03
【文件属性】:

文件名称:jupyter_micropython_kernel:Jupyter内核通过串行REPL与MicroPythonESP8266进行交互

文件大小:30KB

文件格式:ZIP

更新时间:2024-05-22 20:29:03

python jupyter micropython Python

Jupyter MicroPython内核 Jupyter内核通过其串行REPL与MicroPython ESP8266或ESP32进行交互。 还具有通过WEBREPL(仅在ESP8266上可用)工作的功能,执行Ctrl-C,传输文件和esptools刷新(用于部署)。 有关示例,请参见 。 安装 首先安装Jupyter: ://jupyter.org/install.html(Python3版本)。 他们强烈建议您使用 通过PyPi pip install jupyter_micropython_kernel python -m jupyter_micropython_kernel.install 手动安装(更易于维护) 使用TortoiseGIT或使用shell命令(即,在命令行上)将此存储库克隆到目录中: git clone https://github.com/goatc


【文件预览】:
jupyter_micropython_kernel-master
----pyproject.toml(894B)
----micropython_webserve.ipynb(22KB)
----LICENSE(2KB)
----micropythondemo.ipynb(12KB)
----jupyter_micropython_kernel()
--------__main__.py(212B)
--------__init__.py(116B)
--------deviceconnector.py(25KB)
--------install.py(2KB)
--------kernel.py(31KB)
----.gitignore(1KB)
----Maixpy_demo.ipynb(2KB)
----README.md(7KB)

网友评论