-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run ibis in marimo WebAssembly notebooks #3501
Comments
EDIT: I was wrong. import micropip
import duckdb
import sqlite3
await micropip.install("ibis-framework[duckdb]")
import ibis |
@mscolnick could it be that the pyodide version is < 0.27.1? ibis-project/ibis#10687 (comment) 🙏🏻 |
I updated my original comment. Here is a working example https://marimo.app/l/y2j3qs |
What happens currently is that we try to auto-install We do have some opinionated logic of mapping these edge cases to the more common package (e.g. |
Describe the bug
Both Ibis and it's DuckDB backend works on pyodide, but somehow it doesn't work when using it in marimo.
I have created an issue over at the ibis-project's issue tracker ibis-project/ibis#10687.
Environment
Code to reproduce
marimo export html-wasm minimal.py -o output_dir --mode edit
The text was updated successfully, but these errors were encountered: