How can I check hidden files in the notebook file list?

4k views Asked by At

When using gsutil as a magic command, hidden files are not copied by default. So I often use hidden files. But I can not see them on the notebook list.

Of course, if you check with !ls, the file actually exists. How do I view hidden files in the notebook file list?

thanks.

1

There are 1 answers

1
yelsayed On BEST ANSWER

This is the default behavior of Jupyter, on which Datalab is based, and it doesn't offer a configuration to change that unfortunately.

As a workaround, can you use find and -exec to copy only files matching a pattern?