powered by
Connect to a LaminDB instance by calling lamin connect on the command line
lamin connect
lamin_connect(instance)
Either a slug giving the instance to connect to (<owner>/<name>) or an instance URL (https://lamin.ai/owner/name)
<owner>/<name>
https://lamin.ai/owner/name
Running this will set the LaminDB auto-connect option to True so you auto-connect to instance when importing Python lamindb.
True
instance
lamindb
if (FALSE) { lamin_connect("laminlabs/cellxgene") }
Run the code above in your browser using DataLab