Skip to content

Commit e50432a

Browse files
committed
modify README error
1 parent 070cf2e commit e50432a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

projects_cn/student_intervention/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
这个项目要求使用 **Python 2.7** 并且需要安装下面这些python包:
77

88
- [NumPy](http://www.numpy.org/)
9-
- [Pandas](http://pandas.pydata.org)
9+
- [pandas](http://pandas.pydata.org)
1010
- [scikit-learn](http://scikit-learn.org/stable/)
1111

12-
你同样需要安装好相应软件使之能够运行 [iPython Notebook]http://ipython.org/notebook.html)
12+
你同样需要安装好相应软件使之能够运行[Jupyter Notebook](http://jupyter.org/)
1313

14-
优达学城推荐学生安装 [Anaconda]https://www.continuum.io/downloads, 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
14+
优达学城推荐学生安装[Anaconda](https://www.continuum.io/downloads), 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
1515

1616

1717
### 代码
@@ -22,10 +22,9 @@
2222

2323
在命令行中,确保当前目录为 `student_intervention/` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
2424

25-
```ipython notebook student_intervention.ipynb```
2625
```jupyter notebook student_intervention.ipynb```
2726

28-
这会启动 iPython Notebook 并把项目文件打开在你的浏览器中。
27+
​这会启动 Jupyter Notebook 并把项目文件打开在你的浏览器中。
2928

3029
## 数据
3130

0 commit comments

Comments
 (0)