Skip to content

Commit fe98a89

Browse files
author
minjk-bl
committed
Edit plotly auto-import code
1 parent cf9d8d6 commit fe98a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/com/com_Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ define([
149149
type: 'package'
150150
},
151151
'px': {
152-
code: 'import plotly.express as px',
152+
code: 'import plotly.express as px\nfrom plotly.offline import init_notebook_mode\ninit_notebook_mode(connected=True)',
153153
type: 'package'
154154
},
155155
'WordCloud': {

0 commit comments

Comments
 (0)