-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Did updates to ipython_directive bork support for cython magic snippets? #4791
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
Comments
@y-p And you also did port the changes done to support the cython code in the docs in pandas when it was added to the docs? (see pandas-dev/pandas@2d64fb5) |
bingo. |
What do you see when you do that? |
Oh, you solved it. Great. :-) |
There was a very anonymous looking whitspace handling code added which pandas-dev/pandas#5925 contains a clean diff against |
Hey guys just wanted to chime in here, I made those not-so-anonymous changes to pandas |
Looks like this is in fact a long standing bug in ipython_directive that was only fixed recently btw, anon in that nothing about the diff suggsted a link to cython, would a comment have killed you? ;) |
closed by #4803 |
...I wish to register a complaint.
re #4570, I'd be glad for pandas to get rid of it's copy of ipython_directive
and to that end, I rebased the pandas tweaks on the version in ipython/master (0355d3d).
I cannot however get cython magic code snippets to work with the updated version,
and I've been unable to locate other packages which do this as a sanity check.
Assuming it should work out of the box rather then as a tweak pandas added and
which I failed to carry over.
Here's an example from current pandas docs which now fails to render properly.
Is it my fault or is there an issue with the new version?
cc @takluyver, @jorisvandenbossche
The text was updated successfully, but these errors were encountered: