Skip to content

Instantly share code, notes, and snippets.

@zalazhar
Last active June 4, 2017 17:43
Show Gist options
  • Save zalazhar/1925d8a9e2b1adc3a1fb65de864cc158 to your computer and use it in GitHub Desktop.
Save zalazhar/1925d8a9e2b1adc3a1fb65de864cc158 to your computer and use it in GitHub Desktop.
View
'''html
<body>
<div class="d-flex flex-row" id= "first_row">
<div class="p-2" ><select id="selectNumber">
<option>Choose Age</option>
</select>
</div>
<div class="p-2" id ="plot_le"> Wait plotting histogram...</div>
<div class = "p-2" id ="plot_le_time"> </div>
</div>
<div class="d-flex flex-row" id= "second_row" >
<div class = "p-2"></div>
<div class="p-2" >
<pre style = "font-size:70%"> <code id = "table_quantile"> </code></pre>
</div>
<div class="p-2" >
<pre style = "font-size:70%"><code id = "table_le"> </code> </pre>
</div>
</div>
<script src="bundle.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment