File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
projects_cn/student_intervention Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
这个项目要求使用 ** Python 2.7** 并且需要安装下面这些python包:
7
7
8
8
- [ NumPy] ( http://www.numpy.org/ )
9
- - [ Pandas ] ( http://pandas.pydata.org )
9
+ - [ pandas ] ( http://pandas.pydata.org )
10
10
- [ scikit-learn] ( http://scikit-learn.org/stable/ )
11
11
12
- 你同样需要安装好相应软件使之能够运行 [ iPython Notebook] ( http://ipython .org/notebook.html)
12
+ 你同样需要安装好相应软件使之能够运行[ Jupyter Notebook] ( http://jupyter .org/ )
13
13
14
- 优达学城推荐学生安装 [ Anaconda] ( https://www.continuum.io/downloads) , 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
14
+ 优达学城推荐学生安装[ Anaconda] ( https://www.continuum.io/downloads ) , 这是一个已经打包好的python发行版,它包含了我们这个项目需要的所有的库和软件。
15
15
16
16
17
17
### 代码
22
22
23
23
在命令行中,确保当前目录为 ` student_intervention/ ` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
24
24
25
- ``` ipython notebook student_intervention.ipynb ```
26
25
``` jupyter notebook student_intervention.ipynb ```
27
26
28
- 这会启动 iPython Notebook 并把项目文件打开在你的浏览器中。
27
+ 这会启动 Jupyter Notebook 并把项目文件打开在你的浏览器中。
29
28
30
29
## 数据
31
30
You can’t perform that action at this time.
0 commit comments