We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551bf08 commit b67ae78Copy full SHA for b67ae78
projects_cn/titanic_survival_exploration/README.md
@@ -33,11 +33,19 @@ $ pip install numpy pandas matplotlib scikit-learn scipy jupyter
33
34
### 运行
35
36
-在命令行中,确保当前目录为 `titanic_survival_exploration/` 文件夹的最顶层(目录包含本 README 文件),运行下列命令。
37
-
38
-```jupyter notebook titanic_survival_exploration.ipynb```
+在命令行中,确保当前目录为 `titanic_survival_exploration/` 文件夹的最顶层(目录包含本 README 文件),运行下列命令:
+
+```bash
39
+$ jupyter notebook titanic_survival_exploration.ipynb
40
+```
41
42
这会启动 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
+
49
50
### 数据
51
0 commit comments