windows下安装jupyter notebook的方法

小编给大家分享一下windows下安装jupyter notebook的方法,希望大家阅读完这篇文章后大所收获,下面让我们一起去探讨吧!

打开cmd,切换到 D:\SoftWare\Python\Python36\Scripts目录下。

当然,若大家是默认安装的话,则在C:\Users\Administrator\AppData\Local\Programs\Python\Python36\Scripts 目录下 ,或者将该目录添加到 path,就不用切换了。 

依次执行如下命令:

C:\Users\Administrator>cd /d D:\
D:\>cd D:\SoftWare\Python\Python36\Scripts

windows下安装jupyter notebook的方法

D:\SoftWare\Python\Python36\Scripts>pip install jupyter

windows下安装jupyter notebook的方法

安装成功,如下图所示:

windows下安装jupyter notebook的方法

看完了这篇文章,相信你对windows下安装jupyter notebook的方法有了一定的了解,想了解更多相关知识,欢迎关注行业资讯频道,感谢各位的阅读!