3
0

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-02-06

GoogleDriveに格納した画像をGoogle Colaboratoryのテキストに埋め込む方法について説明する。
方法は以下。詳細は各章に記載。

1.埋め込みたい画像のリンクを取得
2.URLの整形
3. ![画像名](画像URL)の"画像URL"部分に2.のURLをコピペ

1.埋め込みたい画像のリンクを取得

GoodleDriveに入れた画像を右クリック→リンクを取得→リンクをコピー
https://drive.google.com/file/d/<画像ID>/view?usp=sharing

例:

https://drive.google.com/file/d/1exNkk_91H7fNdUl3lMqe5ggd3jXZJme2/view?usp=sharing

※ 1exNkk_91H7fNdUl3lMqe5ggd3jXZJme2が<画像ID>に該当する。

2.URLの整形

1.で取得したURLの<画像ID>をコピーし、下記URLの<画像ID>部分に貼り付け。
https://drive.google.com/uc?id=<画像ID>

例:

1.で取得したURLの赤色部分をコピー
https://drive.google.com/file/d/1exNkk_91H7fNdUl3lMqe5ggd3jXZJme2/view?usp=sharing

下記URLの青色部分(URLの~id=以降)にペースト
https://drive.google.com/uc?id=1exNkk_91H7fNdUl3lMqe5ggd3jXZJme2

3.![画像名](画像URL)の"画像URL"部分に2.のURLをコピペ

2.でできたURLを![画像名](画像URL)にコピぺ
![任意の画像名を付ける](https://drive.google.com/uc?id=<画像ID>)

例:

![任意の画像名を付ける](https://drive.google.com/uc?id=1exNkk_91H7fNdUl3lMqe5ggd3jXZJme2)

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?