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

show traceback in widget handlers #5067

Merged
merged 2 commits into from Feb 8, 2014
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Feb 8, 2014

rather than logging

closes #5064

@minrk
Copy link
Member Author

minrk commented Feb 8, 2014

I should add a test before merging, because I am not super confident that this covers all the necessary cases. But it covers @interact decorated callbacks, at least.

for cleaner tracebacks in the interact callback than the fallback case
@jdfreder
Copy link
Member

jdfreder commented Feb 8, 2014

This is somewhat related to #5006

@ellisonbg
Copy link
Member

I tested this interactively for both interact and regular widget handlers and it worked fine. Code looks good, merging.

ellisonbg added a commit that referenced this pull request Feb 8, 2014
show traceback in widget handlers
@ellisonbg ellisonbg merged commit 2182b3f into ipython:master Feb 8, 2014
@minrk minrk deleted the widget-error branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
show traceback in widget handlers
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

Successfully merging this pull request may close these issues.

Errors during interact display at the terminal, not anywhere in the notebook
3 participants