-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open file via "Open from path" #6351
Comments
What directory did you launch jupyterlab in, and what is the path you are trying to open? The paths for this dialog are rooted at the directory in which you launched jupyterlab. |
I open with in home, and I want to open directory in a place using absolute path like, I check the ownership of the path, and it is already owned by user. So, that feature (open from path) is only working on the current rooted directory where jupyterlab is opened? |
Right. A security decision for the notebook server is that it will only serve files below the directory it was started in. |
(note that symbolic links work - if you make a symbolic link from that file into somewhere below where the server started, it should work) |
Closing as answered - feel free to ask more questions if you need, though. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussion. |
Describe the bug
Cannot open a file, the error said: file not found. I tried both *.ipynb and *.py files, also other file types.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
(python) files from "open from path" is opened in tab.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: