-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update for IPython 5.0 #13
Comments
Thanks @dtkerr! Yeah looks like this spot in the docs is a good starting point to begin revamping the whole thing. I've also wanted to take a look at fuzzy matching (#5) so playing with |
goodboy
pushed a commit
that referenced
this issue
Aug 2, 2016
We don't support Ipython 5 (yet) so reflect this in the deps. This also acts as a stopgap for #13.
goodboy
pushed a commit
that referenced
this issue
Sep 17, 2016
Ports to the new prompts API and cleans up a few aesthetic things. Resolves #13
goodboy
pushed a commit
that referenced
this issue
Sep 17, 2016
Ports to the new prompts API and cleans up a few aesthetic things. Resolves #13
@dtkerr Think I nailed it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new prompts system in IPython 5.0 renders this unrunnable. Some other issues have prevented me getting a full PR for this, but the gist of what needs to change is that
Needs to be replaced with the new crap, and the basics for how to replace the input prompt would be to add on to the plugin.py with something like:
The text was updated successfully, but these errors were encountered: