twinlab.list_projects#

twinlab.list_projects(verbose=False)[source]#

List projects that you own or are a part of.

Projects can be used to group related datasets, emulators, and share them with other users. Projects can be created using the tl.create_project function.

Parameters:

verbose (bool, optional) – Display information about the operation while running.

Returns:

Projects currently available to the user.

Return type:

list

Example

projects = tl.list_projects()
print(projects)
['biscuits', 'gardening', 'force-energy', 'combusion']