jupyter安装使用

1.环境

windows
首先安装python环境
在命令行窗口中输入
where python 可以看到python的路径
输入: python --version
可以看到当前的python版本
在带有C:\Python27\Scripts>的路径下有pip可执行程序的命令。
windows下的dir命令显示当前文件夹下的文件。和ls功能类似

2. 安装

在Python27\Scripts\路径下执行
pip install jupyter 安装

下载Anaconda
参考

3. 使用

你可能感兴趣的:(机器学习,python,python,机器学习)