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

Display R errors without Python traceback #3481

Merged
merged 1 commit into from Jul 1, 2013

Conversation

takluyver
Copy link
Member

Errors from R magic cells currently produce a big Python traceback that's irrelevant to the user:

rmagic_err_before

With these changes, the user only sees the R error, without our traceback:

rmagic_err_after

@ellisonbg
Copy link
Member

Much better behavior. The code looks good, merging.

ellisonbg added a commit that referenced this pull request Jul 1, 2013
Display R errors without Python traceback
@ellisonbg ellisonbg merged commit 559a339 into ipython:master Jul 1, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Display R errors without Python traceback
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.

None yet

2 participants