data-8 / textbook

The textbook Computational and Inferential Thinking: The Foundations of Data Science

Home Page:http://www.inferentialthinking.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jhb10c opened this issue · comments

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.

I noticed that comment #139 addresses this issue.