2022.819.0 • Published 2 years ago

np-begin-guide-zh v2022.819.0

Weekly downloads
-
License
CC BY-NC-SA 4.0
Repository
github
Last release
2 years ago

NumPy 初学者指南中文第三版(初译)

下载

Docker

docker pull apachecn0/np-begin-guide-zh
docker run -tid -p <port>:80 apachecn0/np-begin-guide-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install np-begin-guide-zh
np-begin-guide-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g np-begin-guide-zh
np-begin-guide-zh <port>
# 访问 http://localhost:{port} 查看文档