diff --git a/plotly/offline/offline.py b/plotly/offline/offline.py index e8fa27b2020..c3cfa162b97 100644 --- a/plotly/offline/offline.py +++ b/plotly/offline/offline.py @@ -116,7 +116,7 @@ def init_notebook_mode(connected=False): 'requirejs.config({' 'paths: { ' # Note we omit the extension .js because require will include it. - '\'plotly\': [\'https://cdn.plot.ly/plotly-latest.min\']},' + '\'plotly\': [\'https://cdn.plot.ly/plotly-latest.min.js\']},' '});' 'if(!window.Plotly) {{' 'require([\'plotly\'],'