Page 1 of 1

webpad: webrepl + jupyter

Posted: Sun Apr 08, 2018 8:51 pm
by Oberoid
Was looking for a way to connect jupyter with webrepl.
To make a webbased tutorial for micropython


Found this
https://github.com/nickzoic/mpy-webpad

A html page with some javascript and a webrepl websocket
It can be adjusted very easily - plain html.

I can imagine that such a webpage even can be hosted on the esp(32) itself.

Greets,
F.P. Vonck

Re: webpad: webrepl + jupyter

Posted: Fri Apr 20, 2018 3:32 pm
by cefn
See https://github.com/micropython/micropython/issues/2299 which details how to compress and serve a rich web application (with the example of the WebREPL page) from ESP8266 although I have a feeling the same async socket-handling logic can't be used on ESP32

The commentary at https://github.com/micropython/micropyt ... issues/107 indicates to me there's actually no WebREPL support at all for ESP32, let alone async webserver capability.