We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e51c3d commit f0afe3fCopy full SHA for f0afe3f
ads/aqua/cli.py
@@ -97,6 +97,13 @@ def _validate_value(flag, value):
97
98
@staticmethod
99
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
+ """
107
import subprocess
108
109
wheel_file_path = os.environ.get("AQUA_EXTENSTION_PATH", "/ads/extension/adsjupyterlab_aqua_extension*.whl")
0 commit comments