Be tolerant of faulty IPython installs.

This commit is contained in:
Patrick Kidger
2023-09-25 18:15:02 -07:00
parent 1e5229c20e
commit 18b8e76d67
+3 -1
View File
@@ -21,7 +21,9 @@ try:
_JaxtypingTransformer(typechecker=typechecker)
)
except ImportError:
except Exception:
# Very broad exception-handling, as e.g. IPython will sometimes be
# present but fail to import for mysterious reasons.
pass