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

Plotly reference guide 1.4.2rc1 issues #6766

Open
3 of 4 tasks
MarcSkovMadsen opened this issue Apr 19, 2024 · 3 comments
Open
3 of 4 tasks

Plotly reference guide 1.4.2rc1 issues #6766

MarcSkovMadsen opened this issue Apr 19, 2024 · 3 comments
Labels
type: bug Something isn't correct or isn't working

Comments

@MarcSkovMadsen
Copy link
Collaborator

MarcSkovMadsen commented Apr 19, 2024

When trying to run https://holoviz-dev.github.io/panel/reference/panes/Plotly.html via Pyodide I see the following issues

  • Errors in browser console
  • Streaming via add_periodic_callback example not working. The run button is now red. If I hover it says KeyError: 'id'
  • Streaming via async generator. If I click the run button, I just see an empty plot. Nothings happening.
  • Event Inspection example: ModuleNotFoundError: No module named 'tornado'

image
image
image
image

@MarcSkovMadsen MarcSkovMadsen added the type: bug Something isn't correct or isn't working label Apr 19, 2024
@MarcSkovMadsen MarcSkovMadsen changed the title Plotly reference guide - 1.4.2rc1 Plotly reference guide 1.4.2rc1 issues Apr 19, 2024
@philippjfr
Copy link
Member

philippjfr commented Apr 22, 2024

Resolved some of the issues but still seeing issues with the generator. Also part of the issue is that all your examples call the resulting output plotly_pane so some of the callbacks end up referring to the wrong output.

@philippjfr
Copy link
Member

Still something wrong with the async generator example, otherwise all seems to be working now.

@MarcSkovMadsen
Copy link
Collaborator Author

There is also something wrong with that example when you "restart and run all". But it works when you manually run the cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants