LoginSignup
22

More than 5 years have passed since last update.

jupyterこれだけは知っておくべきリスト

Posted at

起動

jupyter notebook

行内にグラフを表示

%matplotlib inline

実行

shift+Enter

補完

しかるべきところで tab そこまで強力ではない

ショートカット

  • esc+M -> マークダウンモード
  • esc+Y -> コードモード
  • esc+L -> 行番号を表示
  • esc+A -> セルを上に挿入
  • esc+B -> セルを下に挿入
  • esc+DD -> セルを削除

これだけあれば困らない。

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
22