Unanswered
What’S The Best Way To Get The List Of All Projects (While In A Notebook)? Hitting The Api?
Yes, I think the API is probably the easiest:from clearml.backend_api.session.client import APIClient client = APIClient() project_list = client.projects.get_all() print(project_list)
148 Views
0
Answers
3 years ago
one year ago