按照 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
七、如有问题请留言