Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tarbaig opened this issue May 24, 2024 · 1 comment
Open

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

tarbaig opened this issue May 24, 2024 · 1 comment

Comments

@tarbaig
Copy link
Contributor

tarbaig commented May 24, 2024

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
Copy link
Contributor Author

tarbaig commented May 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant