Maarten Breddels
Maarten Breddels
Hi Brian, in https://github.com/voila-dashboards/voila/pull/414 we added some of the CGI and vars to the kernel, which are in https://datatracker.ietf.org/doc/html/rfc3875 . I don't see anything for cookies. I guess we should...
Related: https://github.com/voila-dashboards/voila/pull/835
Thank you for the mention Trevor! Using this example: ```python import jscatter import numpy as np import pandas as pd # Just some random float and int values data =...
> The reason it gets python is to solve the `pypi-dependencies` as it needs to a python interpreter to solve (build sdists for their metadata). Could you not do without,...
But in the case of wheel only, is it correct to assume you can do without python? So you would only need python installed if there is no compatible wheel...
An opt-in sounds reasonable. Yeah, I thought the pypi json API would provide dependencies by now, but it doesn't. And indeed, for sdist, you can have dependencies depend on the...
FYI, I was trying to compile lancedb for Python/pyodide (which uses the emscripten platform): Something along the line of ``` pip install pyodide-build==0.27.2 PYODIDE_EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION}...
Thanks, I wasn't sure it was a micropip issue, because I think loadPackage is JS, which lives in pyodide. I was thinking about performance as well, and you probably want...
Is looking into uv and/or pixi something that is interesting? Resolving dependencies is hard, and since both teams use rust, we might benefit from it also on the performance side.
I suffer from conda-forge packaging fatigue :)