Skip to content

ipython_directive should raise Exceptions to the user when building docs #568

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

Closed
wesm opened this issue Jan 3, 2012 · 5 comments
Closed
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Jan 3, 2012

No description provided.

@wesm
Copy link
Member Author

wesm commented Jan 16, 2012

Making this a priority for 0.7, cc @adamklein

@adamklein
Copy link
Contributor

Taking a look

@ghost ghost assigned adamklein Jan 16, 2012
@wesm
Copy link
Member Author

wesm commented Jan 16, 2012

IPython captures all the exceptions so you'll have to look at the output and raise an exception if it has a traceback. Should add an option (like :suppress:) to "allow exceptions in this block"

@adamklein
Copy link
Contributor

Maybe even better, set call_pdb=True by default, and switch it off with
that :suppress-like option.

On Mon, Jan 16, 2012 at 9:38 AM, Wes McKinney <
[email protected]

wrote:

IPython captures all the exceptions so you'll have to look at the output
and raise an exception if it has a traceback. Should add an option (like
:suppress) to "allow exceptions in this block"


Reply to this email directly or view it on GitHub:
https://github.com/wesm/pandas/issues/568#issuecomment-3511456

@adamklein
Copy link
Contributor

which of course doesn't work b/c i/o is being redirected. darn.

On Mon, Jan 16, 2012 at 10:12 AM, Adam Klein [email protected] wrote:

Maybe even better, set call_pdb=True by default, and switch it off with
that :suppress-like option.

On Mon, Jan 16, 2012 at 9:38 AM, Wes McKinney <
[email protected]

wrote:

IPython captures all the exceptions so you'll have to look at the output
and raise an exception if it has a traceback. Should add an option (like
:suppress) to "allow exceptions in this block"


Reply to this email directly or view it on GitHub:
https://github.com/wesm/pandas/issues/568#issuecomment-3511456

@wesm wesm closed this as completed Jan 17, 2012
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
fix the pickle store read corruption after calling write_metadata()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants