From 9f73a3886f70d5c2ec75c18bc6c7688d0ddc28f9 2021-09-08 00:38:52 From: Blazej Michalik <6691643+MrMino@users.noreply.github.com> Date: 2021-09-08 00:38:52 Subject: [PATCH] Merge pull request #13118 from prius/7.x Fix formatting for the core.interactiveshell documentation --- 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."""