- <!doctype html>
- <html lang="en">
- <head>
- <title>FileBrowser Demo</title>
- </head>
- <body>
- <script id='jupyter-config-data' type="application/json">{
- "baseUrl": "{{base_url}}",
- "token": "{{token}}"
- }</script>
- <script src="example/bundle.js"></script>
- </body>
- </html>
|