Created
March 19, 2016 23:56
-
-
Save robert8138/80a9b072ac60d5e8b3d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@webapp.route('/calendar') | |
def plot_d3_calendar(): | |
return render_template("calendar.html", calendarMap = calendarMap) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment