Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add jquery cdn url to fix rendering in nbviewer
  • Loading branch information
sbrunk committed Nov 22, 2018
commit c2d15f1ca2ee7252ee6e5fcf73255bd975817b28
3 changes: 2 additions & 1 deletion almond/src/main/scala/plotly/Almond.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down