-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: fixed using IP.prompt_manager which is removed from IPython 5.x #14004
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
DOC: fixed using IP.prompt_manager which is removed from IPython 5.x #14004
Conversation
Current coverage is 85.28% (diff: 100%)@@ master #14004 diff @@
==========================================
Files 139 139
Lines 50241 50241
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 42849 42849
Misses 7392 7392
Partials 0 0
|
reset the execution count if we haven't processed this doc | ||
NOTE: this may be borked if there are multiple seen_doc tmp files | ||
check time stamp? | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you leave this as #
comments? (that's how multiline comments in the codebase are done """
is used for docstrings)
Thanks! |
class promptManager has removed in IPython 5.x, but this file still using that class, so it makes AttributeError. close pandas-dev#14003
548bd1a
to
34acf67
Compare
as it is not a user facing bug fix. closes pandas-dev#14003
Thanks! Done what you said.
|
@znmean Thanks! |
git diff upstream/master | flake8 --diff
this PR was made during PyCon APAC, pandas sprint
thanks