ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

IPython profile mysteriously breaking the ipython extension #625

Open jlstevens opened 9 years ago

jlstevens commented 9 years ago

It took me ages to figure out what was breaking the loading of the ipython extension (param warnings were going missing). In the end I traced it to these two lines in the profile:

# Pylabplots should return a matplotlib figure when working in Notebook
# otherwise open display windows for the Topographica Tk GUI
from topo.command import pylabplot
pylabplot.PylabPlotCommand.display_window = False

I have no idea why this is starting to break now but best make a note of this now!