Created
November 5, 2023 14:35
-
-
Save mrocklin/7a43e7d5f8145696423b9f1f0cc47b2d 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>Dask Performance Report</title> | |
<link rel="shortcut icon" href="https://docs.dask.org/en/latest/_static/images/favicon.ico" /> | |
<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.2.2.min.js"></script> | |
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.2.2.min.js"></script> | |
<script type="text/javascript"> | |
Bokeh.set_log_level("info"); | |
</script> | |
</head> | |
<body> | |
<div id="dd980aaa-7002-4d26-b606-6f714af7ac03" data-root-id="p2460" style="display: contents;"></div> | |
<script type="application/json" id="p2471"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment