Skip to content

Commit b075eb0

Browse files
author
minjk-bl
committed
Enable Profiling app and remove installing ipywidget
1 parent 8a916ff commit b075eb0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

data/libraries.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3049,6 +3049,20 @@
30493049
"color": 3,
30503050
"icon": "apps/apps_pymupdf.svg"
30513051
}
3052+
},
3053+
{
3054+
"id" : "apps_profiling",
3055+
"type" : "function",
3056+
"level": 1,
3057+
"name" : "Profiling",
3058+
"tag" : "PROFILING,PANDAS PROFILING,APPS",
3059+
"path" : "visualpython - apps - profiling",
3060+
"desc" : "Pandas Profiling",
3061+
"file" : "m_apps/Profiling",
3062+
"apps" : {
3063+
"color": 4,
3064+
"icon": "apps/apps_profiling.svg"
3065+
}
30523066
}
30533067
]
30543068
},

js/m_apps/Profiling.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ define([
151151

152152
generateInstallCode() {
153153
return [
154-
'!pip install pandas-profiling',
155-
'!pip install ipywidgets'
154+
'!pip install pandas-profiling'
156155
];
157156
}
158157

0 commit comments

Comments
 (0)