PySpark实战:Jupyter Notebook安装

来自CloudWiki
跳转至: 导航搜索

安装jupyter

pip3 install jupyter -i https://pypi.mirrors.ustc.edu.cn/simple/

[root@localhost ~]# find / -name \jupyter

/usr/local/Python3/bin/jupyter
/usr/local/Python3/share/jupyter
/usr/local/Python3/etc/jupyter

cd /usr/local/Python3/bin

./jupyter notebook --allow-root