Skip to content

Instantly share code, notes, and snippets.

@spenthil
Created April 10, 2012 21:50
Show Gist options
  • Save spenthil/2354862 to your computer and use it in GitHub Desktop.
Save spenthil/2354862 to your computer and use it in GitHub Desktop.
ipynb in the background
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.spenthil.osx.ipynb</string>
<key>Program</key>
<string>/usr/local/share/python/ipython</string>
<key>ProgramArguments</key>
<array>
<string>--pylab inline</string>
<string>notebook</string>
</array>
<key>WorkingDirectory</key>
<string>/Users/senthil/Dropbox/ipynb/</string>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment