Connect to a LaminDB instance by calling lamin connect
on the command line
Arguments
- instance
Either a slug giving the instance to connect to
(<owner>/<name>
) or an instance URL (https://lamin.ai/owner/name
)
Details
Running this will set the LaminDB auto-connect option to True
so you
auto-connect to instance
when importing Python lamindb
.
Examples
if (FALSE) { # \dontrun{
lamin_connect("laminlabs/cellxgene")
} # }