Skip to content

fix magic menu in qtconsole with new user_exp#1

Closed
Carreau wants to merge 1 commit intominrk:user-expressionsfrom
Carreau:fixqtconsole-userexp
Closed

fix magic menu in qtconsole with new user_exp#1
Carreau wants to merge 1 commit intominrk:user-expressionsfrom
Carreau:fixqtconsole-userexp

Conversation

@Carreau
Copy link

@Carreau Carreau commented May 19, 2013

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.

user_exp is now a dict based on mimetype, update qtconsole in
consequence
@minrk
Copy link
Owner

minrk commented May 19, 2013

I switched it to use plain JSON, rather than ast eval, since that's what JSON is for.

@minrk minrk closed this May 19, 2013
minrk pushed a commit that referenced this pull request Jul 1, 2013
minrk pushed a commit that referenced this pull request Jul 1, 2013
minrk added a commit that referenced this pull request Jul 1, 2013
regenerate tex templates
minrk pushed a commit that referenced this pull request Jul 17, 2013
Cleanup on NbConvertApp
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
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 Sep 24, 2019
minrk pushed a commit that referenced this pull request Jun 2, 2020
minrk pushed a commit that referenced this pull request Jun 2, 2020
Do not import from IPython.core.display and warn users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants