Centos下配置Jupyter notebook

Posted Chaz_Sun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos下配置Jupyter notebook相关的知识,希望对你有一定的参考价值。

使用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

以上是关于Centos下配置Jupyter notebook的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 20.04 下Jupyter notebook配置

Linux下配置jupyter notebook远程访问实战:配置Jupyter的连接密码启动jupyter服务远程访问jupyter(关闭防火墙)

linux下jupyter 配置spark,出现jupyter notebook requires javascript怎么处理

在CentOS7上部署Python开发工具Jupyter Notebook的遭遇

jupyter notebook 内核配置

Jupyter Notebook配置多个kernel