We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b98232 commit 8ae2d84Copy full SHA for 8ae2d84
makefile
@@ -62,11 +62,11 @@ update_offline :
62
@echo "Updating plotly.js for Offline Mode"
63
@echo "------------------"
64
python -c "import urllib2;\
65
- cdn_url = 'https://cdn.plot.ly/plotly-latest.min.js';\
66
- response = urllib2.urlopen(cdn_url);\
67
- html = response.read();\
68
- f = open('./plotly/offline/plotly.min.js', 'w');\
69
- f.write(html);\
70
- f.close()"
+ cdn_url = 'https://cdn.plot.ly/plotly-latest.min.js';\
+ response = urllib2.urlopen(cdn_url);\
+ html = response.read();\
+ f = open('./plotly/offline/plotly.min.js', 'w');\
+ f.write(html);\
+ f.close()"
71
@echo "---------------------------------"
72
@echo "Remember to update the CHANGELOG!"
0 commit comments