diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 22c6c31..a99ecd7 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -1886,6 +1886,9 @@ class InteractiveShell(SingletonConfigurable): exception or returns an invalid result, it will be immediately disabled. + Notes + ----- + WARNING: by putting in your own exception handler into IPython's main execution loop, you run a very good chance of nasty crashes. This facility should only be used if you really know what you are doing."""