ipython notebook的安装和使用

Posted

tags:

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

ipython notebook:已经成为用Python做教学、计算、科研的一个重要工具,很多示例都是用.ipynb文件。利用浏览器做IDE,做结果的展示台等。

第一步,安装python

第二步,pip install --timeout=100 --proxy=10.30.21.6:808 -i https://pypi.tuna.tsinghua.edu.cn/simple -U spyder PyQt5 tensorflow opencv-python opencv-contrib-python

 这两步都是基本应用

第三步,是针对ipython notebook的

在命令行里,easy_install.exe pyzmq

在命令行里,easy_install.exe jinja2

在命令行里,easy_install.exe tornado

运行jupyter notebook报错,No module named: notebook。在命令行里,pip install notebook

OK!

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

安装anaconda-换源-安装ipython-安装ipython notebook

安装使用ipython notebook

jupyter(ipython notebook) 安装和入门教程

如何安装ipython notebook

如何在win7 64下安装ipython notebook

使用ipython notebook查看编辑.ipynb文件