IPython: dauerhaft Farbschema ändern

python — Schlagwörter:, — heimo @ 12:07

file (unter Linux):
~/.ipython/ipy_user_conf.py

def main():
  o = ip.options
  # An example on how to set options
  #o.autocall = 1
  o.autoexec.append('%colors LightBG')
main()

Öffnet iPython dauerhaft mit dem Shema LightBG.

(in der shell selbst funktioniert das mit %colors LightBG)

0 Comments »

Es gibt noch keine Kommentare.

RSS-Feed für Kommentare zu diesem Artikel. TrackBack URI

Einen Kommentar hinterlassen

(c) 2012 heimo’s blog | powered by WordPress with Barecity