-
Notifications
You must be signed in to change notification settings - Fork 401
Problems importing matplotlib in a virtualenv on OSX #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Full traceback:
|
Thanks @smacleod! I will close this issue, but reference it in the README in case future participants encounter the same issue. |
I was having problems running the first cell of the notebooks due to a problem importing matplotlib
I solved this by creating a
~/.matplotlib/matplotlibrc
file containing the linebackend: TkAgg
. Restarting jupyter notebook was also required.The text was updated successfully, but these errors were encountered: