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

Skip to content

Commit 483d4b0

Browse files
author
Jianfei Zhang
authored
Fix the problem of plotly not display
1 parent 294d2f7 commit 483d4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/offline/offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def init_notebook_mode(connected=False):
140140
'</script>'
141141
'').format(script=get_plotlyjs())
142142

143-
# ipython_display.display(ipython_display.HTML(script_inject))
143+
ipython_display.display(ipython_display.HTML(script_inject))
144144
__PLOTLY_OFFLINE_INITIALIZED = True
145145

146146

0 commit comments

Comments
 (0)