Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 06:59 AM
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