1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Google Colaboratory ショートカットメモ

Last updated at Posted at 2022-11-13

はじめに

自分用にまとめた、Google Colaboratoryのショートカットと定型作業のメモです(随時更新)。

主要ショートカット一覧(Windows限り)

内容 ショートカットキー
1.上にコードセルを挿入 Ctrl + M + A
2.下にコードセルを挿入 Ctrl + M + B
3.セルの削除 Ctrl + M + D
4.コード→テキストに変更 Ctrl + M + M
5.テキスト→コードに変更 Ctrl + M + Y
6.セルの実行 Ctrl + Enter
7.セルの実行+次に移動 Shift + Enter
8.全セルの実行 Ctrl +F9
9.上のセルをすべて実行 Ctrl + F8
10.下のセルをすべて実行 Ctrl + F10
11.実行の中断 Ctrl + M + I
12.出力の表示/非表示 Ctrl + M + O
13.作業を戻す Ctrl + Z
14.作業を進める Ctrl + Shift + Z
15.ランタイムの再起動 Ctrl+ M + .
16.保存 Ctrl + S
17.別のノートを開く Ctrl + O
18.ショートカット一覧表示 Ctrl + M + H
19.コード予想 Tab
20.コメントの追加 Ctrl + Alt + M

定型作業

Colaboratoryの既存モジュール確認

!pip list #左を入力すると以下が表示される
#Package                       Version
#---------------------------------------------------
#absl-py                       1.3.0
#aeppl                         0.0.33
#aesara                        2.7.9

ファイルアップロード方法

新ライブラリのインストールを一回にする

有益な情報

Google Colaboratory有料版と無料版の違い

以上

1
3
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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?