terra-revival / backtest

Python backtesting engine for USTC or any Terra Classic Stable Algos
Other
6 stars 2 forks source link

Fix Bokeh 3.0+ graph display issue #39

Open RedlineDrifter opened 1 year ago

RedlineDrifter commented 1 year ago

Issue when using Bokeh 3.0 and greater when trying to display plots.

The output plot does not expand the cell vertically as shown below.

Screenshot (7)

This appears to be a bug in Bokeh which was supposedly fixed see: https://github.com/bokeh/bokeh/issues/12627 https://github.com/bokeh/bokeh/issues/12614 https://github.com/bokeh/bokeh/pull/12656 https://github.com/dask/distributed/pull/7365