Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit538a594

Browse files
author
minjk-bl
committed
Add managable packages
1 parent1eef553 commit538a594

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎visualpython/js/com/component/PackageManager.js‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,28 @@ define([
6464
'PyMuPDF':{pipName:'PyMuPDF'},
6565
'sweetviz':{pipName:'sweetviz'},
6666
}
67+
68+
if(vpConfig.extensionType==='lite'){
69+
this.packageLibTemplate={
70+
'numpy':{pipName:'numpy'},
71+
'pandas':{pipName:'pandas'},
72+
'matplotlib':{pipName:'matplotlib'},
73+
'seaborn':{pipName:'seaborn'},
74+
'plotly':{pipName:'plotly'},
75+
'sklearn':{pipName:'scikit-learn'},
76+
'scikit-posthocs':{pipName:'scikit-posthocs'},
77+
'scipy':{pipName:'scipy'},
78+
'statsmodels':{pipName:'statsmodels'},
79+
'factor-analyzer':{pipName:'factor-analyzer'},
80+
'category_encoders':{pipName:'category_encoders'},
81+
'imblearn':{pipName:'imblearn'},
82+
'xgboost':{pipName:'xgboost'},
83+
'lightgbm':{pipName:'lightgbm'},
84+
'catboost':{pipName:'catboost'},
85+
'auto-sklearn':{pipName:'auto-sklearn'},
86+
'sweetviz':{pipName:'sweetviz'},
87+
}
88+
}
6789
}
6890

6991
_bindEvent(){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp