Closed psychemedia closed 2 months ago
Currently we need to submit a query via a cell block magic. It might also be convenient to allow simple queries to be entered on a single line using a line magic.
If we are to return a response, we may also need to block on awaiting the response, eg Blocking waits on the Python side for updates from Jupyter anywidget Javascript UI Code [UPDATE - the jupyter_ui_poll doesn't work in pyodide kernel]
jupyter_ui_poll
pyodide
I implemented this to mirror the cell magic arguments.
Currently we need to submit a query via a cell block magic. It might also be convenient to allow simple queries to be entered on a single line using a line magic.
If we are to return a response, we may also need to block on awaiting the response, eg Blocking waits on the Python side for updates from Jupyter anywidget Javascript UI Code [UPDATE - the
jupyter_ui_poll
doesn't work inpyodide
kernel]