使用Anaconda进行安装

anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。

下载Anaconda3-4.0.0-Linux-x86_64.sh

百度anaconda获取对应linux链接,在centos系统下载

安装Anaconda

bash Anaconda3-4.0.0-Linux-x86_64.sh

一路默认即可

添加环境变量

export PATH=/root/anaconda3/bin:$PATH
source  ~/.bash_profile

运行代码即可

jupyter notebook --ip=0.0.0.0 --no-browser --allow-root

在本地浏览器运行

打开浏览器输入http://xxx.xxx.xxx.xxx:8888/    (XXX为ip地址)

 

如果想更安全的使用,加入密码之类的配置可参考:

http://www.jb51.net/article/126089.htm

http://blog.csdn.net/u014265088/article/details/53116974

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-09-15
猜你喜欢
  • 2021-10-26
  • 2021-07-06
  • 2022-01-17
  • 2021-11-11
  • 2021-11-04
  • 2022-01-06
  • 2021-09-21
相关资源
相似解决方案