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!
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:
I have no idea why this is starting to break now but best make a note of this now!