LoginSignup
4
4

More than 3 years have passed since last update.

Google Colaboratory のオススメ設定

Posted at

1. 「Python 3 の新しいノートブック」 を使う。

いまだに Python 2 が選択可能になっていますが、混乱の元。 Python 3 を使おう。

スクリーンショット 2019-10-02 13.32.54.png

2. エディタ設定でインデント幅を「4」にする。

デフォルトは「2」になっているようだけど、これだとインデントが見にくくて困る。PEP8でもインデントは「スペース4」が推奨されている。行番号も表示するとデバッグしやすい。

スクリーンショット 2019-10-02 13.27.21.png

3. 「猫モード」にする。

ぬこかわいい

スクリーンショット 2019-10-02 13.27.34.png

スクリーンショット 2019-10-02 13.26.27.png

4
4
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
4
4