ipython notebook 如何打开.ipynb文件?
标签: pythontensorflow
转自:https://www.zhihu.com/question/45498930/answer/119296146
windows下打开.ipynb文件
1.首先要下载Python,设置环境变量
2.下载pip,设置环境变量
3.打开命令行,进入到python的Scripts文件中,按顺序执行下面三个命令
pip install ipython
pip install “ipython[notebook]”
ipython notebook
点击要打开的文件比如Computer_Sketchy_score.ipynb,就可以打开了
_________________________________________________________________________________________________________________________________________________
每一个不曾起舞的日子,都是对生命的辜负。
But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
每一个不曾起舞的日子,都是对生命的辜负。
But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采

浙公网安备 33010602011771号