Skip to content

Commit 2b1a0a5

Browse files
committed
doc: update
1 parent adcc5f7 commit 2b1a0a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ send_telegram_msg(_TELEGRAM_TOKEN, "Any Test Message")
300300

301301

302302
# IPython Core
303+
304+
> IMPORTANT:: In the case of IPython, the example is marked as except, but in fact, if you set it to set_custom_exc only once, a message will be sent even if an exception occurs in any cell from then on, even if it is not a try-except statement. Please refer to the following [article](https://dsdanielpark.github.io/package/2023-04-25-About_except_notifier.html).
305+
303306
You can use all the same except for the python code and `ExceptNotifier` mentioned above. In other words, the `SuccesNotifier`, `SendNotifier`, and `Sender` functions can all be used same in IPython without any special processing. Only `ExceptNotifier` is need to be defined.
304307
- Example in Telegram [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1jwWGs7eCUJQvj_g7SEMqm3a4Kdrp9ZQP?usp=sharing)
305308

0 commit comments

Comments
 (0)