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
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
towidth