lamindb.connect¶
- lamindb.connect(instance=None, **kwargs)¶
Connect to an instance.
- Parameters:
instance (
str|None, default:None) –Noneor an instance identifier (URL, slugaccount/name, ornameif 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