回答編集履歴

3

微修正

2019/02/25 02:24

投稿

firedfly
firedfly

スコア1131

test CHANGED
@@ -14,4 +14,4 @@
14
14
 
15
15
  `The following command must be run outside of the IPython shell`、つまり
16
16
 
17
- 「このコマンドはJupyter Notebook(Ipython shell)の外で実行してくれ」に従うのでもいいです。
17
+ 「このコマンドはJupyter Notebook(Ipython shell)の外で実行してくれ」に従ってもいいです。

2

エラーメッセージについて

2019/02/25 02:24

投稿

firedfly
firedfly

スコア1131

test CHANGED
@@ -9,3 +9,9 @@
9
9
  !pip install xlrd
10
10
 
11
11
  ```
12
+
13
+
14
+
15
+ `The following command must be run outside of the IPython shell`、つまり
16
+
17
+ 「このコマンドはJupyter Notebook(Ipython shell)の外で実行してくれ」に従うのでもいいです。

1

微修正

2019/02/25 02:24

投稿

firedfly
firedfly

スコア1131

test CHANGED
@@ -1,8 +1,6 @@
1
1
  こんにちは。
2
2
 
3
- Jupyter Notebook内でLinuxコマンドを実行する際は
3
+ Jupyter Notebook内でLinuxコマンドを実行する際は、頭に`!`をつけてください。
4
-
5
- 頭に`!`をつけて実行してください。
6
4
 
7
5
 
8
6