PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
193 stars 190 forks source link

Attribute Eror in testing_notebok.py when using bokeh 3.3.2 #277

Open tarbaig opened 3 months ago

tarbaig commented 3 months ago

Behavior

When running the ipython notebook using the dependencies from requirements.txt. cell 8 raises an atribute error: AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width

Expected

No Error

Analysis

Bokeh 3.x use different parameter names, this can be fixed by changing plot_width to width

tarbaig commented 3 months ago

I`ll probably prepare a pull request to address this and further issues with the notebook once I am done with fixing the problems.