作者:Chris Albon
译者:飞龙
两种方法可以编写无错误的程序;只有第三种方法有效——艾伦·J·佩利
docker pull apachecn0/ds-ai-tech-notes
docker run -tid -p <port>:80 apachecn0/ds-ai-tech-notes
# 访问 http://localhost:{port} 查看文档
pip install ds-ai-tech-notes
ds-ai-tech-notes <port>
# 访问 http://localhost:{port} 查看文档
npm install -g ds-ai-tech-notes
ds-ai-tech-notes <port>
# 访问 http://localhost:{port} 查看文档