Skip to content

Commit 0328584

Browse files
sbrunkalexarchambault
authored andcommitted
Add jquery cdn url to fix rendering in nbviewer (#39)
1 parent dd6da37 commit 0328584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

almond/src/main/scala/plotly/Almond.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ object Almond {
2828
"""require.config({
2929
| paths: {
3030
| d3: 'https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min',
31-
| plotly: 'https://cdn.plot.ly/plotly-1.12.0.min'
31+
| plotly: 'https://cdn.plot.ly/plotly-1.12.0.min',
32+
| jquery: 'https://code.jquery.com/jquery-3.3.1.min'
3233
| },
3334
|
3435
| shim: {

0 commit comments

Comments
 (0)