feat(bokeh) Added /bokeh tab
This commit is contained in:
parent
890df24abd
commit
703d40c46c
6 changed files with 687 additions and 20 deletions
10
app/templates/bokeh_head_scripts.html
Normal file
10
app/templates/bokeh_head_scripts.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
<link
|
||||
href="http://cdn.pydata.org/bokeh/release/bokeh-0.12.5.min.css"
|
||||
rel="stylesheet" type="text/css">
|
||||
<link
|
||||
href="http://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.5.min.css"
|
||||
rel="stylesheet" type="text/css">
|
||||
|
||||
<script src="http://cdn.pydata.org/bokeh/release/bokeh-0.12.5.min.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue