PrerequisiteInstall the teradatamlwidgets package:
pip install teradatamlwidgets
- Alteryx is only supported on Windows machines.
- Alteryx does not support a dropdown menu so the dropdown menu of functions will not show for the Database Engine 20, Unbounded Array Framework, Vantage Analytics Library functions. However, once you type in a function name, it will automatically load the UI according to that function.
Complete the following steps to get a notebook in Alteryx.
- Select the Developer tab
- Select Python.
- Add the following line in the first cell to bring in the teradatamlwidgets library:
Package.installPackages('teradatamlwidgets') - Call the UI as intended.