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 99<script type="text/javascript">
1010require.config({
1111 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",
1717 },
1818 shim: {
1919 'bokeh': {
Original file line number Diff line number Diff line change 7777
7878 require . config ( {
7979 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" ,
8181 } ,
8282 } ) ;
8383
You can’t perform that action at this time.
0 commit comments