123456789101112 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Jupyter Plugins Demo</title>
- <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="index.css">
- <script id='jupyter-config-data' type="application/json">{ "baseUrl": "{{base_url}}", "wsUrl": "{{ws_url}}" }</script>
- <script src="build/bundle.js" main="index"></script>
- </head>
- <body>
- </body>
- </html>
|