Skip to content

apachecn/zeppelin-doc-zh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeppelin 0.7.2 中文文档

下载

Docker

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

PYPI

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

NPM

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

Releases

No releases published

Packages

No packages published