我被严重困在这里。绝对精通技术,而不是系统管理员。到目前为止,这是我在 Azure 上部署 JupyterHub 所做的工作。概述:
- 使用 Azure 密钥库创建自签名 ssl 证书
- 在 Azure 上部署 Ubuntu Server 17.10 VM
- 安装 Anaconda
/opt/anaconda/anaconda4
- 通过 conda 安装 Jupyterhub
我在这里卡住了。以 root 身份运行时jupyterhub
,我得到: - JupyterHub is now running at http://:8000/
。
以 root 身份运行时jupyterhub --ip my.ip.address --port 443 --ssl-key /etc/nginx/ssl/mycert.prv --ssl-cert /etc/nginx/ssl/mycert.cert
,我得到:-`JupyterHub 现在在https://my.ip.address:443/运行
两者都不会导致 jupyterhub UI。只是说“欢迎使用 nginx”。我不知道该去哪里。任何建议都值得赞赏。