Tips, tricks, and codes that I use to make my time on a computer more efficient.
Thursday, April 11, 2013
Start iPython notebook with inline plotting
I recently found iPython notebook which is a tool that allows you to use python interactively to make plots and perform analysis on data. To start a iPython notebook session with inline plots run
ipython notebook --pylab inline
No comments:
Post a Comment