HuangYuan
Results
3
comments of
HuangYuan
> Can we assume that you mean, "and use the inline backend instead"? :) As in, use `%matplotlib inline` as the backend for some figures? I tried '%matplotlib inline' and...
> Yeah that would be it.. There is no way, I suppose, to do otherwise. Thank you Martin
change csvfile = open('GenPics/lables.csv', **'wb'**) to "csvfile = open('GenPics/lables.csv', **'w'**) "(in genrate.py, line 105)