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
- Host: GitHub
- URL: https://github.com/lemariva/upyjupyter
- Owner: lemariva
- License: apache-2.0
- Created: 2018-12-22T22:38:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T21:41:39.000Z (over 6 years ago)
- Last Synced: 2025-03-27T08:48:16.154Z (over 1 year ago)
- Topics: dockerfile, esp32, esp8266, jupyter, jupyter-notebook, micropython
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)