Skip to content
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

Doesn't show PRAGMA statement results in a SQL cell in Jupyter Notebook. #1046

Open
eijoac opened this issue Jan 20, 2025 · 0 comments
Open

Comments

@eijoac
Copy link

eijoac commented Jan 20, 2025

What happens?

Doesn't show PRAGMA statement results in a SQL cell in Jupyter Notebook. See an example below.

%config SqlMagic.autopandas = True
%config SqlMagic.feedback = False
%config SqlMagic.displaycon = False
%sql duckdb:///:memory:
%%sql
-- check DuckDB version
PRAGMA version;

Show "Success" in output, but doesn't display any version number.

To Reproduce

%sql duckdb:///:memory:
%%sql
-- check DuckDB version
PRAGMA version;

OS:

Linux / Google Colab

JupySQL Version:

0.10.17

Full Name:

Jay

Affiliation:

School

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant