the-art-of-data-science
v2023.213.0
Published
The Art of Data Science
Readme
The Art of Data Science
下载
Docker
docker pull apachecn0/the-art-of-data-science
docker run -tid -p <port>:80 apachecn0/the-art-of-data-science
# 访问 http://localhost:{port} 查看文档PYPI
pip install the-art-of-data-science
the-art-of-data-science <port>
# 访问 http://localhost:{port} 查看文档NPM
npm install -g the-art-of-data-science
the-art-of-data-science <port>
# 访问 http://localhost:{port} 查看文档