fix magic menu in qtconsole with new user_exp#1
Closed
Carreau wants to merge 1 commit intominrk:user-expressionsfrom
Closed
fix magic menu in qtconsole with new user_exp#1Carreau wants to merge 1 commit intominrk:user-expressionsfrom
Carreau wants to merge 1 commit intominrk:user-expressionsfrom
Conversation
user_exp is now a dict based on mimetype, update qtconsole in consequence
Owner
|
I switched it to use plain JSON, rather than ast eval, since that's what JSON is for. |
minrk
pushed a commit
that referenced
this pull request
Aug 23, 2013
Also renamed local variables in nbconvertapp
minrk
pushed a commit
that referenced
this pull request
Dec 19, 2013
Set prompt_manager.width to zero for each new document to prevent misaligned Out prompts
minrk
pushed a commit
that referenced
this pull request
Mar 6, 2015
Update from ipython/ipython:master
minrk
pushed a commit
that referenced
this pull request
May 13, 2016
Handle case when Jedi is not importable. Fix print statement vs function discrepancy. Add two-column display for function and description, remove sys.path manipulation. cleanup comments, add matcher APi instead of checking every time (#1) * Improve completion a bit to take care of what was previously "greedy" This is a bit hackins because of how IPython decides what is going to be replaced, and because completions need to strart with `text`. Add a few test cases. * require path.py * Add completion tests. * Fix some completion, in particular imports. Also completion after assignments. Add TODO about how to using Completions with Jedi.
minrk
pushed a commit
that referenced
this pull request
Nov 8, 2016
Repulling changes from master branch
minrk
pushed a commit
that referenced
this pull request
Jun 2, 2020
Do not import from IPython.core.display and warn users.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
user_exp is now a dict based on mimetype, update qtconsole in
consequence
Qtconsole frontend was making some assumption on the format on user expression to populate the "all magics" menu. This update it to work with ipython#3319
Note to @minrk, this is a PR on your branch in your repo, I know that by mail it is not alway obvious when you get the notification by mail.