Commit 2dba7d57 authored by Lysandre's avatar Lysandre
Browse files

Notebook catch all errors

parent 9ade8e74
......@@ -153,7 +153,7 @@ try:
import IPython # noqa: F401
_in_notebook = True
except (ImportError, KeyError):
except: # noqa: E722
_in_notebook = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment