Re: [Matplotlib-users] ipython --pylab without namespace pollution?

2009-07-27 Thread Christopher Barker
Ryan May wrote: Put this in your ~/.ipython/ipythonrc: pylab_import_all 0 I finally got around to doing this, and found: # === # Deprecation note: you should look into modifying ipy_user_conf.py (located # in

Re: [Matplotlib-users] ipython --pylab without namespace pollution?

2009-07-27 Thread Ryan May
On Mon, Jul 27, 2009 at 2:40 PM, Christopher Barker chris.bar...@noaa.govwrote: Ryan May wrote: Put this in your ~/.ipython/ipythonrc: pylab_import_all 0 I finally got around to doing this, and found: # === #

Re: [Matplotlib-users] ipython --pylab without namespace pollution?

2009-07-22 Thread Ryan May
On Wed, Jul 22, 2009 at 6:09 PM, Christopher Barker chris.bar...@noaa.govwrote: Hi folks, Does anyone know if there is a way to use ipython with the advantages of the -pylab option (separate gui thread, etc.), but without the whole pylab namespace getting sucked in? Put this in your

Re: [Matplotlib-users] ipython --pylab without namespace pollution?

2009-07-22 Thread John Hunter
On Wed, Jul 22, 2009 at 8:04 PM, Ryan Mayrma...@gmail.com wrote: On Wed, Jul 22, 2009 at 6:09 PM, Christopher Barker chris.bar...@noaa.gov wrote: Hi folks, Does anyone know if there is a way to use ipython with the advantages of the -pylab option (separate gui thread, etc.), but without the

Re: [Matplotlib-users] ipython --pylab without namespace pollution?

2009-07-22 Thread Ryan May
On Wed, Jul 22, 2009 at 8:34 PM, John Hunter jdh2...@gmail.com wrote: On Wed, Jul 22, 2009 at 8:04 PM, Ryan Mayrma...@gmail.com wrote: On Wed, Jul 22, 2009 at 6:09 PM, Christopher Barker chris.bar...@noaa.gov wrote: Hi folks, Does anyone know if there is a way to use ipython with

Re: [Matplotlib-users] ipython --pylab without namespace pollution?

2009-07-22 Thread John Hunter
On Wed, Jul 22, 2009 at 8:50 PM, Ryan Mayrma...@gmail.com wrote: I'm willing to.  However, I just noticed that with just the pylab_import_all 0, you get the import numpy as np and import matplotlib.pyplot as plt automatically. Also, nicely, these don't show up when you type 'whos'.  This is