Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't access symbolic links #19

Open
vaibhav541 opened this issue Apr 4, 2018 · 4 comments
Open

Can't access symbolic links #19

vaibhav541 opened this issue Apr 4, 2018 · 4 comments

Comments

@vaibhav541
Copy link

Hi.
When i try to create a symbolic link of a directory by using ln -s command . A link is created and is being shown as file instead of a folder shortcut. Also when i try to open it , 404 : Not Found error is displayed. Also i can't use it as a directory in jupyter notebook. Can you please tell me its solution?

@shirishr
Copy link

shirishr commented Apr 7, 2018

@vaibhav541 ,
I have seen this happen at times to me.
I would make a mistake like this:
cd to/my/target/directory
ln -s "a/path/to/nowhere/" "link-name"

now in my target directory I have a link-name but because I had made a mistake in the path (which was going nowhere) the link looked like a file.
I also remember that absolute path like "~/somewhere" does not work with notebooks becuase it does not know who or what ~ is..(I think)...try /home/user-name/somewhere instead.

@i-amgeek
Copy link

Thanks @shirishr, giving full path worked for me.

@jaggernaut007
Copy link

Can we access symlinks from jupyter notebook? How??!

@Tribhuwan-Joshi
Copy link

I am creating symbolic link in window as administrator but even then its showing you don't have permission to access the file

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants