UmaMahesh1
Honored Contributor III

Hi @Danny Davis​ ,

Can you please confirm if you have a notebook in that folder ?

Ideally the path should be in this format if I'm not wrong..

'/Workspace/Repos/<username>/<notebookname>'

If that does not work, please try giving relative paths and check if it works.

  • ./name --  for notebook in current directory
  • ../name --  for notebook in parent directory
  • ../../name -- for notebook in two levels higher
  • subdir/name -- for notebook in sub-directory with name subdir

Hope this helps...Cheers.

Uma Mahesh D