Open riastradh-probcomp opened 7 years ago
I have to start every notebook with
import matplotlib matplotlib.use('agg')
or else I get the standard TclError: no display name and no $DISPLAY environment variable because it's trying to use the TkAgg backend. iventure should set the backend appropriately itself.
TclError: no display name and no $DISPLAY environment variable
I have to start every notebook with
or else I get the standard
TclError: no display name and no $DISPLAY environment variable
because it's trying to use the TkAgg backend. iventure should set the backend appropriately itself.