安装jupyter

Posted Locutus

tags:

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

  1. 如果已安装Python3,可以通过如下命令来进行安装
# python3 -m pip install --upgrade pip# pip3 install jupyter
  1. 启动jupyter
# jupyter notebook
  1. 浏览器访问
# localhost:8888
  1. 自定义端口号
# jupyter notebook --port 9999

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

python jupyter magic命令片段

开发工具 | 即将jupyter的新一代notebook

为啥jupyter notebook代码运行一直没有反应

为啥jupyter notebook代码运行一直没有反应

jupyter notebook代码补全扩展安装遇到 Jupyter command `jupyter-contrib` not found.” 问题

anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”(示例代码