ubuntu 18.04 64bit下如何安装python开发工具jupyterhub

注:这是多用户版本

1.安装依赖

sudo apt-get install npm nodes

sudo apt-get install python3-distutils

wget https://bootstrap.pypa.io/get-pip.py

sudo python3 get-pip.py

 sudo npm install -g configurable-http-proxy

sudo apt-get install jupyter-core

2.正式安装

sudo python3 -m pip install jupyterhub

3.启动jupyter

jupyterhub &

4.登陆jupyter时使用端口8000,如127.0.0.1:8000

原文地址:https://www.cnblogs.com/dakewei/p/10254309.html