-
Notifications
You must be signed in to change notification settings - Fork 78
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
make the method show() print the results #291
Comments
Hi @djouallah, thanks for reporting the issue and the feedback! I tried to reproduce the problem. When debugging in e.g. VS Code and run I assume you'd like to show terminal outputs in the debug console. If that's the case you'd need to set the VS Code config to internal console in
Once that's set both This is assuming that you're using VS Code, chances are that if you're using another editor you will have similar possibilty to configure the output. Hope that helps, please feel free to share additional context if this is not what you were looking for |
Thanks for the hint & additional context @djouallah, I was able to reproduce this in Jupyter notebooks now. I will take a look at how duckdb & PySpark are implementing the method In the meantime you can just drop |
for a compatibility with spark and Duckdb , can you please make ctx.sql('select 42').show() print the results please.
btw, version 8 is a very solid improvement !!!
The text was updated successfully, but these errors were encountered: