Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10740
| From | Robert Kern <robert.kern@gmail.com> |
|---|---|
| Subject | Re: [ANN] IPython 0.11 is officially out |
| Date | 2011-08-02 11:38 -0400 |
| Organization | The Church of Last Thursday |
| References | <mailman.1694.1312133224.1164.python-list@python.org> <MPG.28a0c07317b2daca989842@news.individual.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1782.1312299521.1164.python-list@python.org> (permalink) |
On 8/1/11 8:54 AM, Thorsten Kampe wrote: > The documentation[1] says "If you are upgrading to version 0.11 of > IPython, you will need to migrate your old ipythonrc or ipy_user_conf.py > configuration files to the new system. Read on for information on how to > do this." Unfortunately there is no more mentioning of "migration", so > the developers' approach seems to be: "read all about the new > configuration system and see if you can somehow duplicate your old > ipythonrc settings. Good luck!". Or you can ask nicely on ipython-user, and we can help you migrate your old ipythonrc. http://mail.scipy.org/mailman/listinfo/ipython-user You can basically start with the ipython_config.py that is generated the first time and edit it. It is fully commented and demonstrates every configurable option with the defaults commented out. You just uncomment the appropriate lines and put in your values. You are right that the HOWTO migrate documentation is missing. It's an oversight that you can help remedy. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
[ANN] IPython 0.11 is officially out Fernando Perez <fperez.net@gmail.com> - 2011-07-31 17:26 +0000
Re: [ANN] IPython 0.11 is officially out Thorsten Kampe <thorsten@thorstenkampe.de> - 2011-08-01 14:54 +0200
Re: [ANN] IPython 0.11 is officially out Robert Kern <robert.kern@gmail.com> - 2011-08-02 11:38 -0400
csiph-web