Skip to content
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

Console huge text descriptions of FigureWidget #13691

Open
segatrade opened this issue Jun 5, 2022 · 0 comments
Open

Console huge text descriptions of FigureWidget #13691

segatrade opened this issue Jun 5, 2022 · 0 comments

Comments

@segatrade
Copy link

Problem: I use Pycharm and get in console huge text descriptions of FigureWidget . Plots autoopen in browser OK.
How to fix:
In /lib/python3.8/site-packages/IPython/core/display.py I find

if not InteractiveShell.initialized():
        # Directly print objects.
        print(*objs)
        return

If comment #print(*objs) console is OK, and plots OK.
Question: Is there any way to do it without commenting and changing ipython code?

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

No branches or pull requests

1 participant