index.html 383 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Jupyter Plugins Demo</title>
  5. <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  6. <script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}", "wsUrl": "{{ws_url}}" }</script>
  7. <script src="build/bundle.js" main="index"></script>
  8. </head>
  9. <body>
  10. </body>
  11. </html>