Create a notebook (i.e., Jupyter notebook, Google collab, etc). The teradatamlwidget_demos.zip file includes a notebook example; open Tutorial.ipynb in a notebook. The following steps refer to the Jupyter Notebook.
Refer to the following UI class table for details on constructor.
from teradatamlwidgets import login ui = login.Ui()
- Run the notebook cell.
- In the Login screen, enter the Host, Username, and Password.For analytic functions, you are also prompted to specify a Schema and VAL location. This requires specification in the call to login.Ui as login.Ui(val_location = "NAME").
- Select Login.