Skip to content

Instantly share code, notes, and snippets.

@richardtjornhammar
Created November 6, 2017 08:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save richardtjornhammar/463e1aa3faceb95a4f894351f16b215a to your computer and use it in GitHub Desktop.
AZ MALE WP2 MRNA TOWARDS CLINICAL
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bokeh Plot</title>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-0.12.4.min.css" type="text/css" />
<script type="text/javascript" src="https://cdn.pydata.org/bokeh/release/bokeh-0.12.4.min.js"></script>
<script type="text/javascript">
Bokeh.set_log_level("info");
</script>
<style>
html {
width: 100%;
height: 100%;
}
body {
width: 90%;
height: 100%;
margin: auto;
}
</style>
</head>
<body>
<div class="bk-root">
<div class="bk-plotdiv" id="9bfe1594-943e-469d-9cf8-2d704bff41c9"></div>
</div>
<script type="text/javascript">
(function() {
var fn = function() {
Bokeh.safely(function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment