request: Pyodide support for polars
; Use polars
in shinylive examples
#1576
Labels
Milestone
polars
; Use polars
in shinylive examples
#1576
Related:
Goal: Display an example app using
polars
on shinylive (wasm / pyodide).Failing reprex: link
Error:
Shiny uses
shinylive
to display its examples in the browser (via pyodide) without a central compute server. It would be nice to havepolars
in these examples. However,polars
currently does not compile for pyodide due to threading.Talking with @georgestagg , he believes we can follow pattern of
huggingface/tokenizers
's flag where they turn off threads given an envvar value (or if we could determine if the target is wasm).If a fix is found, this could be a possible technical blog post?
Made issue for tracking. Will pick back up after
posit::conf(2024)
. The fix will most likely need to be in the pola-rs/polars repo.cc @gadenbuie @wch
The text was updated successfully, but these errors were encountered: