123456789101112131415 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Jupyter Plugins Demo</title>
- <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&delayStartupUntil=configured"></script>
- </head>
- <body>
- <script id='jupyter-config-data' type="application/json">{
- "baseUrl": "{{base_url}}",
- "wsUrl": "{{ws_url}}",
- "terminalsAvailable": "{{terminals_available}}"
- }</script>
- <script src="example/bundle.js" main="index"></script>
- </body>
- </html>
|