Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Restore webagg backend following the merge of widget nbagg backend #6370
Conversation
mdboom
added the
needs_review
label
May 5, 2016
tacaswell
merged commit 27a6e41
into matplotlib:master
May 5, 2016
tacaswell
removed the
needs_review
label
May 5, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
May 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jenshnielsen commentedMay 5, 2016
The change of get_static_file_path to point to the js directory broke the serving of non javascript files in the webagg backend. This fixes that by changing it back and prefixing the js paths with js/
The nbagg backend is stil functional with this as all javascript is loaded from the nb extension