Skip to content

Commit 53f287a

Browse files
committed
MacでのGoogle Colaboratoryの実行方法を追加 resolved #15
1 parent 480d2a7 commit 53f287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/01google-colaboratory/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Google アカウントを用意してログインしておいてください。
1616

1717
![新規ファイル](./new-file.jpg)
1818

19-
セルの中に `print("Hello World!")` のように書いて、`Ctrlキー``Enterキー` を同時に押すと、任意の Python のコードを実行させることができます。
19+
セルの中に `print("Hello World!")` のように書いて、Windows では`Ctrlキー``Enterキー` を同時に押すと、Mac では`Cmdキー``Enterキー` を同時に押すと、任意の Python のコードを実行させることができます。
2020

2121
![実行後](./run.jpg)

0 commit comments

Comments
 (0)