安装jupyter
Posted Locutus
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装jupyter相关的知识,希望对你有一定的参考价值。
- 如果已安装Python3,可以通过如下命令来进行安装
# python3 -m pip install --upgrade pip
或
# pip3 install jupyter
- 启动jupyter
# jupyter notebook
- 浏览器访问
# localhost:8888
- 自定义端口号
# jupyter notebook --port 9999
以上是关于安装jupyter的主要内容,如果未能解决你的问题,请参考以下文章
jupyter notebook代码补全扩展安装遇到 Jupyter command `jupyter-contrib` not found.” 问题
anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”(示例代码