File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
<script type="text/javascript">
10
10
require.config({
11
11
paths: {
12
- "bokeh": "https://cdn.jsdelivr.net/npm/@ bokeh/bokehjs@__version__/build/js/ bokeh.min",
13
- "bokeh-widgets": "https://cdn.jsdelivr.net/npm/@ bokeh/bokehjs@__version__/build/js/ bokeh-widgets.min",
14
- "bokeh-tables": "https://cdn.jsdelivr.net/npm/@ bokeh/bokehjs@__version__/build/js/ bokeh-tables.min",
15
- "bokeh-api": "https://cdn.jsdelivr.net/npm/@ bokeh/bokehjs@__version__/build/js/ bokeh-api.min",
16
- "bokeh-gl": "https://cdn.jsdelivr.net/npm/@ bokeh/bokehjs@__version__/build/js/ bokeh-gl.min",
12
+ "bokeh": "https://cdn.bokeh.org/ bokeh/release/ bokeh-__version__ .min",
13
+ "bokeh-widgets": "https://cdn.bokeh.org/ bokeh/release/ bokeh-widgets-__version__ .min",
14
+ "bokeh-tables": "https://cdn.bokeh.org/ bokeh/release/ bokeh-tables-__version__ .min",
15
+ "bokeh-api": "https://cdn.bokeh.org/ bokeh/release/ bokeh-api-__version__ .min",
16
+ "bokeh-gl": "https://cdn.bokeh.org/ bokeh/release/ bokeh-gl-__version__ .min",
17
17
},
18
18
shim: {
19
19
'bokeh': {
Original file line number Diff line number Diff line change 77
77
78
78
require . config ( {
79
79
paths : {
80
- 'plotly' : "https://cdn.jsdelivr.net/npm/plotly.js/dist/plotly.min" , // 'https://cdn. plot.ly/plotly-latest.min'
80
+ 'plotly' : "https://cdn.plot.ly/plotly-latest.min" ,
81
81
} ,
82
82
} ) ;
83
83
You can’t perform that action at this time.
0 commit comments