1 Star 0 Fork 66

零l/akshare

forked from Gitee 极速下载/akshare 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-Jupyter 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
akshare 提交于 2024-03-21 11:51 . docs: add comment
# 升级到 Python 3.12.x 提高 20% 以上性能
FROM python:3.12-bullseye
# 设定时区
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# RUN pip install akshare jupyterlab -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade
RUN pip install --no-cache-dir jupyterlab scikit-learn scipy pandas aktools akshare
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/doublex_Lee/akshare.git
git@gitee.com:doublex_Lee/akshare.git
doublex_Lee
akshare
akshare
main

搜索帮助