Tony Hirst
Tony Hirst
Any updates on the ability to install packages at runtime? (To a certain extent, NOT supporting this might be useful in an educational context, if you want students to be...
Thinking about the `environment.yaml` config file, the "normal" config file spec allows you to install `pip` as a dependency and then provide a sublist of `pip` packages to install from...
@martinRenou re: using `enviroment.yml`, the README of this repo says "From environment.yaml" ? Also, if you do use `environment.yaml`, then that config file seems to be used by the Github...
I have recollection xeus pyhton was also unstable when I did tests maybe in August / September in advance of possible October student use, but it seems much more reliable...
I have repeated problems with pyodide kernel in Chrome, particularly status unknown, and then if I try to restart the kernel, unknown kernel (changing out to another kernel and back...
Fiddling with this a bit more, I can recreate one instance of the issue by: - opening a new pyodide notebook in Jupyterlite (lab); - from the Notebook-> link, open...
One of the things I hacked to get the folium demo working was a prebuilt universal wheel for one of the packages served from a Github page: https://github.com/OpenComputingLab/vce-wheelhouse ``` import...
Does the `--piplite-wheels` option in the `juptyerlite` CLI just set up a path (or perhaps cache?) a wheel for an additional package, but then require the use to still install...
@bollwyvl Ooh.. does `%pip` magic work now? In which py kernel?
If I create a folder manually (eg via right click into sidebar) and try to reference into that I get the same error. Also, saving the db to `/tmp` doesn't...