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

Support of showing plot image in browser #243

Open
jamiechoi1995 opened this issue Sep 2, 2024 · 3 comments
Open

Support of showing plot image in browser #243

jamiechoi1995 opened this issue Sep 2, 2024 · 3 comments

Comments

@jamiechoi1995
Copy link

image
I am using the data analysis feature, when I want to visualize the analysis result, it shows the above message.
Can you support visualizing the plot generated from the code?

@jamiechoi1995
Copy link
Author

I see that in your demo video it can show the plot image.
I try to ask LLM to add a plot.show(), but still can't see it on the browser.
I deployed the code on AWS.

@jamiechoi1995
Copy link
Author

image

@jamiechoi1995
Copy link
Author

I print the msg type

msg = self.kernel_client.get_iopub_msg(timeout=20)
msg_type = msg['msg_type']

And find that first it is status and busy
then, it is execute_input
Finally, it is status and idle

Totally skip the display_data

But when I run a simple Jupyter client demo, it have the display_data
image
Very strange...

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