Skip to content

Instantly share code, notes, and snippets.

@devlights
Created May 7, 2018 08:55
Show Gist options
  • Save devlights/1440ddfe95c1ecd1545824869e35c444 to your computer and use it in GitHub Desktop.
Save devlights/1440ddfe95c1ecd1545824869e35c444 to your computer and use it in GitHub Desktop.
[python][ipython] よく使うマジックコマンド

ipython で よく使われる マジックコマンド

%quickref

マジックコマンドのクイックリファレンス

%debug

デバッガを起動

%env

システム環境変数を取得

%history

コマンド実行履歴の表示

%load

ソースコードの読み込み

%logstart %logstop

ログの取得

%pdoc

docstringの表示

%reset

ipython のリセット

%xdel

変数の削除

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment