0
2

More than 3 years have passed since last update.

GoogleColaboratoryを使うときのいつもの処理メモ

Last updated at Posted at 2019-12-15

いつもの使うもの《随時更新》

Gドライブと接続する

from google.colab import drive
drive.mount('/content/drive')
cd drive/My Drive/Colab Notebook/Projects
!ls
0
2
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
0
2