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