Tony Hirst
Tony Hirst
If you try to pass multiple `--piplite-wheels` does that work? (Does `--piplite-wheels` accept multiple comma separated packages? Or can it be called multiple times in the same command?)
So if this requires git then I assume it will fail to load in JupyterLite, which seems to be a natural place to want to synch with eg GitHub repos?
JupyterLab ("full" server). Ok - so `jupyterlab-filesystem-access` is purely a UI tool in the browser, rather than a mount, although changes made to files in the UI will be saved...
I started looking at ways of grabbing formatted *pandas* HTML tables into a png [here](https://blog.ouseful.info/2019/01/16/converting-pandas-generated-html-data-tables-to-png-images/). It's not very convenient though — it requires *selenium* automation, for a start. ```python import...
In passing, I note this repo that appeared recently, but I've not had a chance to see what it actually does yet... - https://github.com/EricMende/jupyter_singleton: *jupyter-singleton is a wrapper for the...
I've just been doing a scout around (a quick demo would probably to be see if the package can be used as a mime-type renderer). Possibilities might include: - [`latex.js`](https://github.com/michael-brade/LaTeX.js)...
I'm also trying to push MyST in notebooks but if the myst extension is the one upsetting notebook rendering I may have to remove it and downgrade all the MyST...
@agoose77 thanks.. let me know if there's anything I can hlep look out for or test
Is there a way of modifying the action call to use the unreleased version of the package from`pak`s Github repo until such a time as the updated package is formally...
Does this helpnas a way of getting a fixed(?) version of `pak` ( I am unable to check at the moment?) https://pak.r-lib.org/reference/install.html#nightly-builds Also, how would the builder action then make...