data-8 / textbook

The textbook Computational and Inferential Thinking: The Foundations of Data Science
http://www.inferentialthinking.com
Other
795 stars 281 forks source link

matplotlib.use('Agg', warn=False) error in textbook ipynb #152

Closed jhb10c closed 3 years ago

jhb10c commented 3 years ago

The matplotlib.use('Agg', warn=False) causes an error when running cells in the textbook ipynb files. Updating the line matplotlib.use('Agg', warn=False) to matplotlib.use('Agg') removes the error.

jhb10c commented 3 years ago

I noticed that comment #139 addresses this issue.