Access Notebook
Open in browser: https://<server-ip>:8888
接受浏览器对自签名证书的安全警告。
使用安装时设置的密码(存储在 /root/.cloudzy-creds).
Notebook Directory
Virtual environment: /root/jupyter/venv
默认工作目录: /root/jupyter
Password Authentication
已启用密码登录(无需 token)。
Service Control
使用以下命令管理 Jupyter 服务:
systemctl [start|stop|restart|status] jupyter
Remote Access
Jupyter 监听所有网络接口(0.0.0.0:8888),可从远程访问。
如需限制为仅本地访问,请编辑配置文件: /root/jupyter.jupyter_notebook_config.py
Set: c.NotebookApp.ip = 127.0.0.1
然后通过 SSH 隧道安全访问:
ssh -L 8888:localhost:8888 user@server-ip