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
I using vscode to remote my VM and backtesting my strategy.
but it can't display plot html in my local pc.
BokehDeprecationWarning: Passing lists of formats forDatetimeTickFormatter scales was deprecatedin Bokeh 3.0. Configure a single string format for each scale
/home/squ/.pyenv/versions/3.11.8/lib/python3.11/site-packages/backtesting/_plotting.py:250: UserWarning: DatetimeFormatter scales now only accept a single format. Using the first provided: '%d %b'
formatter=DatetimeTickFormatter(days=['%d %b', '%a %d'],
BokehDeprecationWarning: Passing lists of formats forDatetimeTickFormatter scales was deprecatedin Bokeh 3.0. Configure a single string format for each scale
/home/squ/.pyenv/versions/3.11.8/lib/python3.11/site-packages/backtesting/_plotting.py:250: UserWarning: DatetimeFormatter scales now only accept a single format. Using the first provided: '%m/%Y'
formatter=DatetimeTickFormatter(days=['%d %b', '%a %d'],
/home/squ/.pyenv/versions/3.11.8/lib/python3.11/site-packages/backtesting/_plotting.py:456: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.
.resample(resample_rule, label='left')
/home/squ/.pyenv/versions/3.11.8/lib/python3.11/site-packages/backtesting/_plotting.py:659: UserWarning: found multiple competing values for'toolbar.active_drag' property; using the latest value
fig = gridplot(
/home/squ/.pyenv/versions/3.11.8/lib/python3.11/site-packages/backtesting/_plotting.py:659: UserWarning: found multiple competing values for'toolbar.active_scroll' property; using the latest value
fig = gridplot(
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I using vscode to remote my VM and backtesting my strategy.
but it can't display plot html in my local pc.
Beta Was this translation helpful? Give feedback.
All reactions