Created
October 16, 2025 09:46
-
-
Save andrzejnovak/054c6fba0c27f08c4a6909566dc5a021 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Static HTML file</title> | |
| <style> | |
| html, body { | |
| box-sizing: border-box; | |
| display: flow-root; | |
| height: 100%; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| </style> | |
| <script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-3.8.0.min.js"></script> | |
| <script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.8.0.min.js"></script> | |
| <script type="text/javascript"> | |
| Bokeh.set_log_level("info"); | |
| </script> | |
| </head> | |
| <body> | |
| <div id="b557731a-e981-4e35-8dc4-f779b12d0e38" data-root-id="p6235" style="display: contents;"></div> | |
| <script type="application/json" id="a652d62d-917f-4ca1-ba16-2924a8dff18a"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment