You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ranaroussi , you are doing fantastic job (using also your yfinance). I have issue with importing QuantStats to Kaggle notebooks (IPython version 8.20.0). pip install is successful, but when
import quantstats as qs
line 300 of qs.utils throws:
File /opt/conda/lib/python3.10/site-packages/quantstats/utils.py:300, in _in_notebook(matplotlib_inline)
297 if shell == "ZMQInteractiveShell":
298 # Jupyter notebook or qtconsole
299 if matplotlib_inline:
--> 300 get_ipython().magic("matplotlib inline")
301 return True
302 if shell == "TerminalInteractiveShell":
and fails with
DeprecationWarning: `magic(...)` is deprecated since IPython 0.13 (warning added in 8.1), use run_line_magic(magic_name, parameter_s).
The text was updated successfully, but these errors were encountered:
Hi @ranaroussi , you are doing fantastic job (using also your
yfinance
). I have issue with importingQuantStats
to Kaggle notebooks (IPython version 8.20.0). pip install is successful, but whenline 300 of qs.utils throws:
and fails with
The text was updated successfully, but these errors were encountered: