@quartic/bokehjs
Version:
Interactive, novel data visualization
15 lines (14 loc) • 344 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>BokehJS in Electron</title>
<link rel="stylesheet" href="node_modules/bokehjs/build/css/bokeh.css" type="text/css" />
</head>
<body>
</body>
<script>
// You can also require other files to run in this process
require('./renderer.js')
</script>
</html>