We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb51fce commit c3e6a20Copy full SHA for c3e6a20
investing_algorithm_framework/domain/utils/jupyter_notebook_detection.py
@@ -14,6 +14,6 @@ def is_jupyter_notebook():
14
except AttributeError:
15
# If get_ipython() does not have 'config', it is not a Jupyter Notebook
16
return False
17
- except Exception as e:
+ except Exception:
18
# Catch any other exceptions and return False
19
0 commit comments