docker build . -t python:tushare
docker run --rm -it python:tushare bash
import tushare as ts
ts.get_k_data('399300', index=True,start='2016-10-01', end='2016-10-31')
Content type
Image
Digest
Size
356.6 MB
Last updated
over 8 years ago
docker pull wszd/python