Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 17, 2010 08:36
Show Gist options
  • Save zzak/479371 to your computer and use it in GitHub Desktop.
Save zzak/479371 to your computer and use it in GitHub Desktop.
%store # persist your macros and plain python variables
%reset # deletes all variables from the interactive namespace
%macro # lets you define a block of code that can be executed later inline
%run # executes the specified file in iPython
%save # save the specified input lines to specified output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment