From c2d15f1ca2ee7252ee6e5fcf73255bd975817b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Thu, 22 Nov 2018 22:34:48 +0100 Subject: [PATCH] Add jquery cdn url to fix rendering in nbviewer --- almond/src/main/scala/plotly/Almond.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/almond/src/main/scala/plotly/Almond.scala b/almond/src/main/scala/plotly/Almond.scala index da2d844..9666461 100644 --- a/almond/src/main/scala/plotly/Almond.scala +++ b/almond/src/main/scala/plotly/Almond.scala @@ -28,7 +28,8 @@ object Almond { """require.config({ | paths: { | d3: 'https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min', - | plotly: 'https://cdn.plot.ly/plotly-1.12.0.min' + | plotly: 'https://cdn.plot.ly/plotly-1.12.0.min', + | jquery: 'https://code.jquery.com/jquery-3.3.1.min' | }, | | shim: {