Skip to content

Commit 4d43990

Browse files
committed
fix typos
1 parent f993bd0 commit 4d43990

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"customizations": {
77
"codespaces": {
8-
"openFiles": ["tutorail/README.md"]
8+
"openFiles": ["tutorial/README.md"]
99
}
1010
}
1111
}

tutorail/README.md renamed to tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- 在项目主页切换到目标分支
88
- 创建 Codespaces,依次点击 Code -> Codespaces,在当前分支创建一个 Codespaces
9-
- 创建后,打开该 Codespaces,加载完成后,切换至项目tutorail/notebook 目录下
9+
- 创建后,打开该 Codespaces,加载完成后,切换至项目 tutorial/notebook 目录下
1010
- 选择示例下的 jupyter notebook 分析教程,即可开始体验
1111

1212
#### 注意

tutorail/notebook/go_analysis.ipynb renamed to tutorial/notebook/go_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"source": [
168168
"%%python\n",
169169
"import pandas as pd\n",
170-
"data = pd.read_json('query.json')\n",
170+
"data = pd.read_json('./query.json')\n",
171171
"data.sort_values('cmplx', ascending=False, inplace=True)\n",
172172
"top_10 = data.head(10)\n",
173173
"print(top_10)"

0 commit comments

Comments
 (0)