jupyter notebook 的安装及使用
Posted tryFighting
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter notebook 的安装及使用相关的知识,希望对你有一定的参考价值。
推荐使用Python3 版本 安装pip3 版本
打开终端输入,安装jupyter notebook(ipython4之后命名)
pip3 install jupyter notebook
启动jupyter
终端输入
jupyter notebook
在浏览器运行Python 代码可以运行
比如 键入 1 + 2
输出 3
以上是关于jupyter notebook 的安装及使用的主要内容,如果未能解决你的问题,请参考以下文章
好用的python代码练习工具jupyter-notebook安装及使用
Ubuntu 16 安装TensorFlow及Jupyter notebook
Ubuntu 16 安装TensorFlow及Jupyter notebook
Jupyter Notebook - 使用 CSS 及开启代码提示