index.html 497 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Jupyter Plugins Demo</title>
  5. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
  6. </head>
  7. <body>
  8. <script id='jupyter-config-data' type="application/json">{
  9. "baseUrl": "{{base_url}}",
  10. "wsUrl": "{{ws_url}}",
  11. "terminalsAvailable": "{{terminals_available}}"
  12. }</script>
  13. <script src="example/bundle.js" main="index"></script>
  14. </body>
  15. </html>