0 votes
191 views
by datalab (20.7k points) | 191 views

1 Answer

0 votes

Using a Jupyter notebook:

from dl import storeClient
storeClient.ls(token,'vos://')

If you wanted to ls a certain directory, just append it to the vos:// prefix, e.g.

storeClient.ls(token,'vos://public/') # the final slash is important

Using the Data Lab command line client (after datalab login):

datalab ls

To ls a certain directory (here public):

datalab ls name='public/'
by robnik (1.0k points)
edited by 5

420 questions

437 answers

441 comments

638 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories