Ubuntu下Jupyter Notebook的安装

Posted 认真生活、快乐工作 - 马云

tags:

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

pip install --upgrade pip //更新pip
pip install jupyter
sudo apt install jupyter-notebook

运行

jupyter-notebook 或 jupyter notebook

为了有权限创建文件,需要进入相应的目录下开启服务

/home/jiqing/.local/share/jupyter

并赋予目录777权限。

import requests
res = requests.get(\'https://www.cnblogs.com/jiqing9006/p/9094900.html\')
print(res.text)

有点意思啊!python!

以上是关于Ubuntu下Jupyter Notebook的安装的主要内容,如果未能解决你的问题,请参考以下文章

jupyter notebook下python2和python3共存(Ubuntu)

Linux Ubuntu下Jupyter Notebook的安装

CAFFE:Ubuntu 下安装jupyter notebook

ubuntu下anaconda使用jupyter notebook加载tensorflowpytorch

Linux(ubuntu)下安装anaconda(64位)并配置jupyter notebook远程访问

ubuntu16.04下spyder和jupyter notebook的使用