An open API service indexing awesome lists of open source software.

https://github.com/lemariva/upyjupyter

Dockerfile: Jupyter with custom added Kernel for ESP32/ESP8266
https://github.com/lemariva/upyjupyter

dockerfile esp32 esp8266 jupyter jupyter-notebook micropython

Last synced: 11 months ago
JSON representation

Dockerfile: Jupyter with custom added Kernel for ESP32/ESP8266

Awesome Lists containing this project

README

          

# uPyJupyter
Dockerfile: Jupyter with custom added Kernel for ESP32/ESP8266

## Running the Container
```
# e.g. on Linux
docker run -p 8888:8888 --privileged --device=/dev/ttyUSB0 -it lemariva/upyjupyter
```

## More Info
[MicroPython: Programming an ESP using Jupyter Notebook](https://lemariva.com/blog/2019/01/micropython-programming-an-esp-using-jupyter-notebook)