Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNotebook that uses matplotlib in Binder don't run #178
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to run notebook using binder, every time a cell has
import matplotlib.pyplot as pltI get an error:I was checking in the notebooks that the matplotlib version in this binder is
'1.5.1', not sure if that is the problem, but as right now I can't run any notebook that hasimport matplotlib.pyplot as plt