Skip to content

Commit da7e509

Browse files
committed
removed file_id from embed
1 parent f9fdf6a commit da7e509

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plotly/plotly/plotly.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ def iplot(figure_or_data, **plot_options):
175175
if 'auto_open' not in plot_options:
176176
plot_options['auto_open'] = False
177177
url = plot(figure_or_data, **plot_options)
178-
urlsplit = six.moves.urllib.parse.urlparse(url)
179-
file_id = urlsplit.path.split('/')[2]
180178

181179
if isinstance(figure_or_data, dict):
182180
layout = figure_or_data.get('layout', {})

0 commit comments

Comments
 (0)