- Install the clustering analysis Python script into the user environment.
demo_env.install_file(file_path = os.path.join(path_to_files, 'files', 'clustering.py') , replace = True);
Out:
File 'clustering.py' replaced successfully in the remote user environment 'opaf_my_clust_env'.
- Verify the files have been installed correctly.
demo_env.files
Out:
name size last_updated_dttm 0 clustering.py 4757 2024-03-01T08:18:32Z