LoginSignup
9
5

More than 3 years have passed since last update.

最近のColaboratory

Last updated at Posted at 2019-03-18

いくつか古い項目も在るが過去のColaboratoryから更新されて気づいた部分についてまとめてみる。

  • ChainerとPytorchがデフォルトインストールされるようになっていてpipしなくていい
  • OpenAIGymもデフォルトインストールされるようになった
  • 右上に現在のランタイムのRAMとディスクの使用量が表示されるようになった
  • Googleドライブのマウント2行になった
google_drive_mount.py
from google.colab import drive
drive.mount('/content/drive')
  • Tabキー押さなくても入力補完される
9
5
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
9
5