[BUG] Hooking traceback
in vscode
notebook prevents exceptions from raising
#2146
Labels
traceback
in vscode
notebook prevents exceptions from raising
#2146
Describe the bug
When using
traceback.install()
invscode
, exceptions aren't raised anymore. The cell status is success and the code continues running.Inside a notebook in
vscode
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using? I tested on all 3 OSes.
In the meantime, I suggest we disable
install()
inside vscode by checkingVSCODE_PID
microsoft/vscode-jupyter#3364. I could send a PR for this if you want. Thank you very much !The text was updated successfully, but these errors were encountered: