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

e2e test: bokeh python widget test failing #6045

Open
midleman opened this issue Jan 17, 2025 · 1 comment
Open

e2e test: bokeh python widget test failing #6045

midleman opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
area: plots Issues related to Plots category. bug Something isn't working lang: python

Comments

@midleman
Copy link
Contributor

midleman commented Jan 17, 2025

System details:

Positron and OS details:

Main on Jan 18, 2025
Dev build
Ubuntu 24

Interpreter details:

Python 3.12.3

Describe the issue:

This test has been failing on CI. See thread here.

Steps to reproduce the issue:

  1. Intermittent failure with:
from bokeh.plotting import figure, output_file, show

# instantiating the figure object
graph = figure(title = "Bokeh Line Graph")

# the points to be plotted
x = [1, 2, 3, 4, 5]
y = [5, 4, 3, 2, 1]

# plotting the line graph
graph.line(x, y)

# displaying the model
show(graph)

Expected or desired behavior:

Reliable plot generation

Were there any error messages in the UI, Output panel, or Developer Tools console?

I cannot manage to locally repro to gather possible error logs

@juliasilge juliasilge added bug Something isn't working area: plots Issues related to Plots category. lang: python labels Jan 22, 2025
@juliasilge
Copy link
Contributor

We observe a problem if you first make a plot with hvplot and then make a plot with bokeh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: plots Issues related to Plots category. bug Something isn't working lang: python
Projects
None yet
Development

No branches or pull requests

3 participants