diff --git a/docs/01python/01google-colaboratory/hello-world-on-colab.mp4 b/docs/01python/01google-colaboratory/hello-world-on-colab.mp4 new file mode 100644 index 000000000..3db4ce52f Binary files /dev/null and b/docs/01python/01google-colaboratory/hello-world-on-colab.mp4 differ diff --git a/docs/01python/01google-colaboratory/index.mdx b/docs/01python/01google-colaboratory/index.mdx index 33c309485..b8e53132f 100644 --- a/docs/01python/01google-colaboratory/index.mdx +++ b/docs/01python/01google-colaboratory/index.mdx @@ -2,20 +2,34 @@ sidebar_position: 1 --- +import helloWorldOnColab from "./hello-world-on-colab.mp4"; + # 環境構築(Google Colaboratory) -Google アカウントを用意してログインしておいてください。 +昔はプログラミングの開発環境を整えることはとても大変な作業でしたが、今は Google の開発した Google Colaboratory を使うとブラウザ上で簡単に Python を実行することができます。 + +次の動画のようにすることでプログラムを簡単に実行できるので、一度やってみてください。 + +