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

module 'dash' has no attribute 'callback' on 0.38.0 #619

Closed
ale0xb opened this issue Feb 25, 2019 · 2 comments
Closed

module 'dash' has no attribute 'callback' on 0.38.0 #619

ale0xb opened this issue Feb 25, 2019 · 2 comments

Comments

@ale0xb
Copy link

ale0xb commented Feb 25, 2019

I hurried to install 0.38.0 to get my hands on this new callback context functionality

I set up the example provided in that PR but I'm still getting AttributeError: module 'dash' has no attribute 'callback'.

I made sure I was running 0.38.0 and that I was trying to access dash.callback inside the callback.

Am I doing anything wrong?

@alexcjohnson
Copy link
Collaborator

oops, we changed it to dash.callback_context but the changelog still shows dash.callback. Thanks for pointing this out!

@ale0xb
Copy link
Author

ale0xb commented Feb 25, 2019

I can confirm dash.callback_context works.
Thanks to you for the quick response!

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

2 participants