Julian Todd

Results 55 comments of Julian Todd

Have you noticed I've got this function done: %fetchfile [--binary] [--print] [--quiet] [--QUIET] There were some tough bugs in it, to do with the yieldserialchunk() splitting out the 'OK's https://github.com/goatchurchprime/jupyter_micropython_kernel/blob/master/jupyter_micropython_kernel/deviceconnector.py#L424...

I've written up as the issue here. https://github.com/goatchurchprime/jupyter_micropython_kernel/issues/31 Maybe you could add what you think the rsync command parameters should be, and I'll get round to implementing it. BTW I've...

How did you solve this problem? https://github.com/micropython/micropython/issues/3410

Possibly the holdup is not pressing the PRG button when you should. I have inserted a message into the flow of output that prints when it gets to the "Connecting...."...

Look at the tech for embeddable widgets as this might give a clue https://blog.dominodatalab.com/interactive-dashboards-in-jupyter/

Probably more as a cell_by_cell thing into different files, where each cell does a from cell9 import * on the previous cell so that it can (almost) work Either that...

Have made an attempt to put back into paste mode when you do %disconnect Cannot yet get reliable disconnection and connection on the ESP32 (even when picoweb shows it should...

It would be great to change the appearance depending on the connection status. Closest description is here: https://github.com/jupyter/notebook/issues/1883

This is going to involve some form of outputting HTML through the display mechanism in some way https://github.com/ipython/ipython/blob/master/IPython/core/display.py and changing the background colour of the kernel status bit using this:...

I can't get any response from a PiZero on this. Has there been any known progress? I'll look for Py 1B when I can find it in the cupboard and...