File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -67,22 +67,23 @@ define([
67
67
this . uuid = uuid ; // Load html 영역의 uuid.
68
68
// Import 기본 패키지 목록
69
69
this . packageList = [
70
- { library :'numpy' , alias :'np' }
71
- , { library :'pandas' , alias :'pd' }
70
+ { library : 'numpy' , alias :'np' }
71
+ , { library : 'pandas' , alias :'pd' }
72
72
, {
73
- library :'matplotlib.pyplot' , alias :'plt'
73
+ library : 'matplotlib.pyplot' , alias :'plt'
74
74
, include : [
75
75
'%matplotlib inline'
76
76
]
77
77
}
78
- , { library :'seaborn' , alias :'sns' }
78
+ , { library : 'seaborn' , alias :'sns' }
79
+ , { library : 'plotly.express' , alias : 'px' }
79
80
] ;
80
81
81
82
this . package = {
82
83
id : 'import' ,
83
84
name : 'import package' ,
84
85
library : 'common' ,
85
- description : '공통 패키지 임포트 ' ,
86
+ description : 'import basic packages ' ,
86
87
code : '' ,
87
88
input : [
88
89
{
You can’t perform that action at this time.
0 commit comments