Skip to content

Commit b67ae78

Browse files
committed
add jupyter link and tutorial
1 parent 551bf08 commit b67ae78

File tree

1 file changed

+11
-3
lines changed
  • projects_cn/titanic_survival_exploration

1 file changed

+11
-3
lines changed

projects_cn/titanic_survival_exploration/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,19 @@ $ pip install numpy pandas matplotlib scikit-learn scipy jupyter
3333

3434
### 运行
3535
36-
在命令行中,确保当前目录为 `titanic_survival_exploration/` 文件夹的最顶层(目录包含本 README 文件),运行下列命令。
37-
38-
```jupyter notebook titanic_survival_exploration.ipynb```
36+
在命令行中,确保当前目录为 `titanic_survival_exploration/` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
37+
38+
```bash
39+
$ jupyter notebook titanic_survival_exploration.ipynb
40+
```
3941
4042
这会启动 Jupyter Notebook 把项目文件打开在你的浏览器中。
43+
44+
对jupyter不熟悉的同学可以看一下这两个链接:
45+
46+
- [jupyter使用](http://cn-static.udacity.com/mlnd/how_to_use_jupyter.mp4)
47+
- [为什么使用jupyter?](https://www.zhihu.com/question/37490497)
48+
4149
4250
### 数据
4351

0 commit comments

Comments
 (0)