import pandas_datareader.data as web
from datetime import datetime
start = datetime(2019, 1, 1)
end = datetime(2019, 12, 15)
dox = web.DataReader('DOX', 'yahoo', start, end)
dox是
看到了-https://plot.ly/python/candlestick-charts/ 但它只能在python代码上运行并创建HTML网站,而不是jupyter输出