1
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 3 years have passed since last update.

google colab をセクシーにする方法

Last updated at Posted at 2021-11-26

1.はじめに

 最近見た google colab にこんなGIFが入っていて、とてもセクシーだった(個人的な見解です🤣)ので、やり方を調べてみました。

Teaser

2.やり方

  google colab のテキストに、github 上にあるGIFのパスを下記のように指定します。名前は何でもOKです。

スクリーンショット 2021-11-26 9.59.16.png

具体例で言うと、github 上にあるGIFのパスが下記のようであれば

https://github.com/PeterL1n/RobustVideoMatting/blob/master/documentation/image/teaser.gif

リンクの指定をして、github.com を raw.githubusercontent.com に置き換え、blob を削除すれば良いです

![Teaser](https://raw.githubusercontent.com/PeterL1n/RobustVideoMatting/master/documentation/image/teaser.gif)

とても簡単!

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