Last active
June 14, 2016 08:09
-
-
Save frequent/794f8374560380a39c74718736c08ced to your computer and use it in GitHub Desktop.
PyData Hyperconvergence Tutorial: 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
<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> | |
<script src="rsvp.js" type="text/javascript"></script> | |
<script src="renderjs.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> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment