linux pip3.6 下安装 jupyter-notebook

安装python

apt install software-properties-common

add-apt-repository ppa:jonathonf/python-3.6
apt-get update

apt-get install python3.6-dev
wget https://bootstrap.pypa.io/get-pip.py

python3.6 get-pip.py

安装jupyter

pip install --upgrade pip //更新pip
pip install jupyter
vim /root/.jupyter/jupyter_notebook_config.py
c.NotebookApp.allow_root =True

https://www.cnblogs.com/yangxiaolan/p/5778305.html
c.NotebookApp.ip=‘0.0.0.0’
c.NotebookApp.password = u’sha1:b2fd88aa82bb:a554554d9f4ae1f55429a6d0783dcc9cb33d8d88’
c.NotebookApp.open_browser = False
c.NotebookApp.port =8888

jupyter-notebook

上一篇:Pycharm安装并配置jupyter notebook


下一篇:婚恋系统源码搭建数据库的特点及主要操作语言