Eugene Kwan

Results 3 issues of Eugene Kwan

Hi, I'm getting this error with Python 3.9.5 and numpy 1.22.3:

Hi everyone, has anyone fixed the problem reported here? `https://github.com/plotly/dash-core-components/issues/816` Thanks!

Hi there, With this code, I am seeing the interactive plot appear twice: ``` # generate a scatter plot fig = px.scatter(plot_df, x="umap1", y="umap2", width=600, height=600) # add molecules to...