probcomp / iventure

An interactive, browser-based probabilistic programming environment.
Apache License 2.0
14 stars 2 forks source link

confusing error message without explicit matplotlib backend #31

Open riastradh-probcomp opened 7 years ago

riastradh-probcomp commented 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.