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

Commitb075eb0

Browse files
author
minjk-bl
committed
Enable Profiling app and remove installing ipywidget
1 parent8a916ff commitb075eb0

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)

[8]ページ先頭

©2009-2025 Movatter.jp