-
Couldn't load subscription status.
- Fork 58
Description
When attempting to run the tutorial notebook for Binary RB, the final plot does not render correctly in jupyter notebook when using plotly 6.0.1. The scatter data for the average success probabilities and the fitted RB curve do not render in the figure, only the box plots. If I export the full html file for the plotly figure generated by the function RandomizedBenchmarkingPlot, that html figure does render correctly in firefox. Corey and I believe the issue has something to do with the way that jupyter notebook rendering works under the hood with java in plotly 6.0.1, as running the same code with plotly 5.24.1 (the previous version) does not cause the same issue.