The current extension only can be used with an attached USB board.
it would be good if that is also possible by interfacing with MicroPython running natively on windows ,or on Unix , or in docker.
perhaps the simples way to test this is by running MicroPython in docker - where the requirement i that the host can run docker or compatible.
so for now only create a solution based on docker.
image: micropython/unix:lates
the container should start on connect , and keep running whule the notebook is open.
One challenge will be to keep the docker image running between different cells, and not shutdown the container.
The current extension only can be used with an attached USB board.
it would be good if that is also possible by interfacing with MicroPython running natively on windows ,or on Unix , or in docker.
perhaps the simples way to test this is by running MicroPython in docker - where the requirement i that the host can run docker or compatible.
so for now only create a solution based on docker.
image: micropython/unix:lates
the container should start on connect , and keep running whule the notebook is open.
One challenge will be to keep the docker image running between different cells, and not shutdown the container.