question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable IPython bug message

See original GitHub issue

Is there a way to suppress this message?

If you suspect this is an IPython bug, please report it at:
    https://github.com/ipython/ipython/issues
or send an email to the mailing list at ipython-dev@python.org

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
    %config Application.verbose_crash=True

I never encountered an IPython bug and probably will not encounter one in the future.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:9
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
tom-doerrcommented, Feb 26, 2020

Yes, I would expect no messages. They make it harder to find the error and, depending on the terminal size, completely hide the traceback.

1reaction
MrMinocommented, Mar 27, 2022

@Twallace51 thanks for finding it, it surely helps. But I think that, rather than disabling it completely, it should be configurable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - How to disable ipython's annoying error messages
Every time that I run a python script using python3 script.py , when script encounters a problem python prints out a bunch of...
Read more >
Issues closed in the 0.13 development cycle
This documentation covers IPython versions 6.0 and higher. Beginning with version 6.0, IPython stopped supporting compatibility with Python versions lower than ...
Read more >
IPython reference — IPython 3.2.1 documentation
This feature is disabled by default. To enable it, use the %autocall magic command. The commands below with special prefixes will always work,...
Read more >
How Do You Disable Authentication - Google Groups
Hello,. My main way to use Jupyter notebooks is to spin up a local server and use emacs-ipython-notebook (ein), but Jupyter 4.2.1 has...
Read more >
Code Analysis - Spyder 5
The Code Analysis pane detects style issues, bad practices, potential bugs, and other quality problems in your code, all without having to actually...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found