<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>heimo's blog &#187; IPython</title>
	<atom:link href="http://heimo.zapzarap.net/blog/tag/ipython/feed/" rel="self" type="application/rss+xml" />
	<link>http://heimo.zapzarap.net/blog</link>
	<description>social software &#38; mehr ...</description>
	<lastBuildDate>Tue, 28 Dec 2010 16:52:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IPython: dauerhaft Farbschema ändern</title>
		<link>http://heimo.zapzarap.net/blog/2010/01/22/ipython-dauerhaft-farben-schema-andern/</link>
		<comments>http://heimo.zapzarap.net/blog/2010/01/22/ipython-dauerhaft-farben-schema-andern/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 11:07:58 +0000</pubDate>
		<dc:creator>heimo</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[IPython]]></category>

		<guid isPermaLink="false">http://heimo.zapzarap.net/blog/?p=323</guid>
		<description><![CDATA[file (unter Linux):
~/.ipython/ipy_user_conf.py
def main():
&#160;&#160;o = ip.options
&#160;&#160;# An example on how to set options
&#160;&#160;#o.autocall = 1
&#160;&#160;o.autoexec.append('%colors LightBG')
main()

Öffnet iPython dauerhaft mit  dem Shema LightBG. 
(in der shell selbst funktioniert das mit %colors LightBG)
]]></description>
			<content:encoded><![CDATA[<p>file (unter Linux):<br />
~/.ipython/ipy_user_conf.py</p>
<p><tt>def main():<br />
&nbsp;&nbsp;o = ip.options<br />
&nbsp;&nbsp;# An example on how to set options<br />
&nbsp;&nbsp;#o.autocall = 1<br />
&nbsp;&nbsp;<strong>o.autoexec.append('%colors LightBG')</strong><br />
main()<br />
</tt></p>
<p>Öffnet iPython dauerhaft mit  dem Shema LightBG. </p>
<p>(in der shell selbst funktioniert das mit %colors LightBG)</p>
]]></content:encoded>
			<wfw:commentRss>http://heimo.zapzarap.net/blog/2010/01/22/ipython-dauerhaft-farben-schema-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

