前提
系统:CentOS 7.3.1611
安装
安装epel-release
yum install -y epel-release
安装nodejs,同时安装npm
yum install nodejs
通过Anaconda安装python3,运行
bash Anaconda3-5.1.0-Linux-x86_64.sh
升级openssl
yum update openssl
安装jupyterhub
pip install jupyterhub
安装configurable-http-proxy
npm install -g congigurable-http-proxy
验证安装是否成功
jupyterhub -h
configurable-http-proxy -h
启动
启动Hub server
jupyterhub
访问http://localhost:8000
,并通过linux用户登录