2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Google Colaboratory(Python実行環境)の初期設定

Last updated at Posted at 2024-03-26

Google Colaboratoryの初期設定を残します。

インストールする

Google Driveを表示する

新規をクリックする

0.新規(選択前).png

アプリを追加をクリックする

  • その他 > アプリを追加

1.新規.png

アプリ検索画面で検索する

  • Colaboratoryと入力する
  • Colaboratoryをクリックする
    2.検索.png

インストールをクリックする

3.検索-colab.png

インストール権限を付与する

4.colob-権限.png

5.colab-権限アカウント選択.png
6.colab-権限アカウントログイン.png

関連付けを選択する

7.colab-関連付け.png

インストールが完了する

  • 完了をクリックする
    8.colab-インストール完了.png

はじめてのPythonコードを実行する

新規をクリックする

0.新規(選択前).png

Google Colaboratoryをクリックする

  • その他 > Google Colaboratory
    11.新規(インストール後).png

Google Colaboratoryファイルが生成される

12.colab初期.png

  • ファイル名をMyFirstPython.ipynbに変更する
  • ファイル名を変更するとGoogle Driveに即時反映される
    12-1.colab名前変更.png

Hello World!を入力し、実行ボタンをクリックする

13.coloba-helloworld1.png

MyfirstPython.py
print('Hello World!')

コードが実行される

14.coloba-helloworld2.png

  • 始めてのPythonコードが実行できました
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?