try this code in the jupyter notebook: ```python from rich.progress import Progress with Progress() as progress: print("-\n-") print("finished") ``` and it will show a popup message displaying that the kernel has died. I have tested it on google colab and mint. also, I have installed rich using ``` pip install rich[jupyter] ```