File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ pull_chunked : submodules/chunked_requests
59
59
cd submodules/chunked_requests; git pull origin master
60
60
61
61
update_offline :
62
- @echo " Updating plotly.js"
62
+ @echo " Updating plotly.js for Offline Mode "
63
63
@echo " ------------------"
64
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()"
71
- @echo ""
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()"
71
+ @echo "--------------------------------- "
72
72
@echo "Remember to update the CHANGELOG!"
You can’t perform that action at this time.
0 commit comments