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
Then I get the following error:
AttributeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_13384/4244565123.py in
----> 1 with pyfolio.plotting.plotting_context(font_scale=1.1):
2 pyfolio.create_full_tear_sheet(returns = ensemble_strat,
3 benchmark_rets=dow_strat, set_context=False)
AttributeError: module 'pyfolio' has no attribute 'plotting'
I am not the most experienced user - perhaps someone is able to give me a hint. I have the feeling a path is missing somewhere but Pyfolio is installed according to recommendations, with no errors.
Thanks,
Versions
Python version: 3.7
Matplotlib version: 3.5
The text was updated successfully, but these errors were encountered:
Hi,
With:
import pyfolio
...
...
...
with pyfolio.plotting.plotting_context(font_scale=1.1):
pyfolio.create_full_tear_sheet(returns = ensemble_strat,
benchmark_rets=dow_strat, set_context=False)
Then I get the following error:
AttributeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_13384/4244565123.py in
----> 1 with pyfolio.plotting.plotting_context(font_scale=1.1):
2 pyfolio.create_full_tear_sheet(returns = ensemble_strat,
3 benchmark_rets=dow_strat, set_context=False)
AttributeError: module 'pyfolio' has no attribute 'plotting'
I am not the most experienced user - perhaps someone is able to give me a hint. I have the feeling a path is missing somewhere but Pyfolio is installed according to recommendations, with no errors.
Thanks,
Versions
The text was updated successfully, but these errors were encountered: