如何在F5上启用jupyter和pip
配置F5安装pip安装jupyter使用jupyter
配置F5
初始化过程,略 ,No need to talk about this;安全规则配置
安装pip
mount -o remount,rw /usr
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
安装jupyter
pip
install jupyter
pip
install jsonschema
使用jupyter
HTTP的
jupyter notebook --allow-root --ip
=0.0.0.0 --no-browser