We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
marimo
1 parent f7b790b commit 41e5087Copy full SHA for 41e5087
marimo/oso/__init__.py
@@ -34,6 +34,7 @@ def enable_debug_logging() -> None:
34
# This code sets up pyoso to be used as a database provider for this notebook
35
# This code is autogenerated. Modification could lead to unexpected results :)
36
import pyoso
37
+import marimo as mo
38
pyoso_db_conn = pyoso.Client().dbapi_connection()
39
""".strip()
40
0 commit comments