Skip to content

Instantly share code, notes, and snippets.

View mrslezak's full-sized avatar

Matt S: MattOfTheDead mrslezak

  • Shell Trading
  • Houston, TX
View GitHub Profile
@mrslezak
mrslezak / candlestick.html
Last active May 2, 2016 17:08
Candlestick.html does not display in Chrome or Microsoft Internet Explorer when created from IPython. Candlestick2.html displays when generated from Python 3.5 console.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>candlestick.py example</title>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-0.11.1.min.css" type="text/css" />
<script type="text/javascript" src="https://cdn.pydata.org/bokeh/release/bokeh-0.11.1.min.js"></script>