secondmind-labs / trieste

A Bayesian optimization toolbox built on TensorFlow
Apache License 2.0
217 stars 42 forks source link

notebook file sizes fix #721

Closed hstojic closed 1 year ago

hstojic commented 1 year ago

this PR will close #717

the culprit are 3D plotly figures, they bloat the html files substantially, matplotlib is fine - I have reduced grid sizes there, that helps but in general we should minimise usage of 3d plots until we start storing files elsewhere

I have also :