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

Local development results in white screen or "WebGL is not supported" #86

Closed
gietema opened this issue Apr 30, 2024 · 0 comments · Fixed by #88
Closed

Local development results in white screen or "WebGL is not supported" #86

gietema opened this issue Apr 30, 2024 · 0 comments · Fixed by #88

Comments

@gietema
Copy link
Owner

gietema commented Apr 30, 2024

When cloning the repository and running one of the example scripts, the resulting visualisation will be a white screen.
(Reported by @MSchnei).

import pandas as pd
import clusterfun as clt

df = pd.read_csv("https://raw.githubusercontent.com/gietema/clusterfun-data/main/cifar10.csv")
clt.confusion_matrix(df, y_true="label", y_pred="pred", media="img_path")

When quickly debugging this issue, I could get this to resolve, but I got a "WebGL is not supported" message instead of the plot (while the search bar and side bar were displayed now).

Needs to be fixed to make it easier for users to contribute.

@gietema gietema mentioned this issue May 1, 2024
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

Successfully merging a pull request may close this issue.

1 participant