innovationOUtside / jupyter_anywidget_pglite

Jupyter anywidget and magic for working with pglite (single use postgres wasm build)
MIT License
0 stars 0 forks source link

Executing notebooks with anywidget assist from command line #5

Open psychemedia opened 2 months ago

psychemedia commented 2 months ago

To run a notebook with anywidget wasm support from the command line, we need more than juat access to the pythin interpreter.

One solution would be to run the server and open the notebook into a headless browser, run all cells, save the notebook, close the browser.

For multiple notebooks, keep browser open until all notebooks have executed.

psychemedia commented 2 months ago

Test framework that tests UI features in several Jupyter realted projects runs test by loading notebooks in jupyterlab etc. So reuse that machinery?