Last active
June 14, 2016 08:16
-
-
Save frequent/1269cadfcda31ec6a03fc0778d55c3dd to your computer and use it in GitHub Desktop.
PyData Hyperconvergence Tutorial: Updated Graph Gadget HTML
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width, user-scalable=no" /> | |
<title>PyData Graph</title> | |
<!-- renderjs --> | |
<script src="rsvp.js" type="text/javascript"></script> | |
<script src="renderjs.js" type="text/javascript"></script> | |
<!-- custom script --> | |
<script src="dygraph.js" type="text/javascript"></script> | |
<script src="gadget_global.js" type="text/javascript"></script> | |
<script src="gadget_erp5_page_pydata.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<div class="custom-grid-wrap"> | |
<div class="custom-grid ui-corner-all ui-body-inherit ui-shadow ui-corner-all"></div> | |
</div> | |
<div data-gadget-url="gadget_ndarray.html" | |
data-gadget-scope="ndarray" | |
data-gadget-sandbox="public"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment