3.1 ASC Instance Initialization for Admin Notebook
Users can import the necessary packages and create an instance for the Admin Notebook.
Download/Activate Conda Environment
Navigate to the Download/Activate Conda Environment paragraph and run this paragraph to download/activate the Conda environment.
ASC Instance Initialization
%python-pgx
from ds_interpreter_client.context.ds_context import PyDataStudioContext
ds = PyDataStudioContext()
from ofs_auto_ml.model_deployment.output_tracking import *;
from ofs_auto_ml.db_connection import *
from ofs_aif.ofs_asc.asc import asc
asc = asc()
Note:
Some of the notebook's UI element like Drop-downs, Check boxes, and Text boxes might error out due to paragraph's synchronization issues.
For such cases, the paragraph should be executed "twice or thrice" to get the successful selection of the paragraph and this is applicable for all the notebook execution part of ASC analysis.