Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a47c761

Browse files
committed
rename the bundle
1 parent 3e64b9c commit a47c761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
PLOTLY_OFFLINE_DIRECTORY = plotlyjs_path = os.path.expanduser(
1818
os.path.join(*'~/.plotly/plotlyjs'.split('/')))
1919
PLOTLY_OFFLINE_BUNDLE = os.path.join(PLOTLY_OFFLINE_DIRECTORY,
20-
'plotlyofflinebundle.js')
20+
'plotly-ipython-offline-bundle.js')
2121

2222

2323
def download_plotlyjs(download_url):

0 commit comments

Comments
 (0)