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.