twinlab.create_project#

twinlab.create_project(project_id, verbose=False)[source]#

Create a new project.

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

Parameters:

project_id (str) – The name of the project in the twinLab cloud. You cannot create a project with the same id as an existing project.

Return type:

None

Returns:

None