Skip to content

view, edit, compare not available by default in the console #44

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

Closed
gdementen opened this issue Aug 25, 2017 · 3 comments
Closed

view, edit, compare not available by default in the console #44

gdementen opened this issue Aug 25, 2017 · 3 comments
Assignees
Labels

Comments

@gdementen
Copy link
Collaborator

Regression in 0.25.

@gdementen gdementen added the bug label Aug 25, 2017
@alixdamman
Copy link
Contributor

I guess the solution is simply to add

kernel.shell.run_cell('from larray-editor import *')

below

kernel.shell.run_cell('from larray import *')

@gdementen
Copy link
Collaborator Author

yes, probably, but I wonder why it happens. from larray import * should already bring them in. And in fact, when in a normal python console, it does bring it in.

@alixdamman
Copy link
Contributor

I made the change in editor.py file in site-packages directory. It seems to do the trick.

alixdamman added a commit to alixdamman/larray-editor that referenced this issue Aug 25, 2017
@alixdamman alixdamman self-assigned this Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants