按照 https://cloud.tencent.com/developer/article/1349526 安裝
安裝過程中出現了一些問題;
一、文章中
#指定jupyterhub-singleuser命令絕對路徑
c.Spawner.cmd = ['/opt/cloudera/anaconda3/bin/jupyterhub-singleuser']
去掉路徑
二、正常啟動 sudo nohup jupyterhub --config=/etc/jupyterhub/jupyterhub_config.py --no-ssl > run_hub.log 2>&1 &
三、Spawn failed: Server at http://127.0.0.1:54699/user/admin/ didn't respond in 30 seconds
四、配置好 jupyterhub 以及 jupyterhub-singleuser 環境變量
五、問題終於出現了
六、解決問題
終極解決方案
sudo python3 -m pip3 install notebook
七、如有問題請留言