Skip to content

Commit a99f95e

Browse files
author
Adrian Peter Krone
committed
Working on PyQt6 interactive
1 parent c7bbd34 commit a99f95e

File tree

2 files changed

+306
-222
lines changed

2 files changed

+306
-222
lines changed

src/iminuit/minuit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@ def interactive(
23552355
is_jupyter = True
23562356
else:
23572357
is_jupyter = False
2358-
except NameError:
2358+
except Exception:
23592359
is_jupyter = False
23602360

23612361
if is_jupyter:

0 commit comments

Comments
 (0)