Skip to content

Commit f0afe3f

Browse files
Add Description
1 parent 1e51c3d commit f0afe3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ads/aqua/cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ def _validate_value(flag, value):
9797

9898
@staticmethod
9999
def install():
100+
"""Install ADS Aqua Extension from wheel file. Set enviroment variable `AQUA_EXTENSTION_PATH` to change the wheel file path.
101+
102+
Return
103+
------
104+
int:
105+
Installatation status.
106+
"""
100107
import subprocess
101108

102109
wheel_file_path = os.environ.get("AQUA_EXTENSTION_PATH", "/ads/extension/adsjupyterlab_aqua_extension*.whl")

0 commit comments

Comments
 (0)