lamindb.connect¶
- lamindb.connect(instance=None, **kwargs)¶
- Connect to an instance. - Parameters:
- instance ( - str|- None, default:- None) –- Noneor an instance identifier (URL, slug- account/name, or- nameif the instance is local or in your account). If- None, it will connect to the instance that was connected via the CLI.
- Return type:
- str|- tuple|- None