-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Unable to open local files. #685
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@RijanDhakal1010 Thank you for your contribution! Do you still see this behavior with a fresh install, without any extensions enabled? |
@JasonWeill Yes, I am. What's odd still is that when I connect to a remote server, it works just fine. The server is an Ubuntu environment and the local machine is an OpenSuse environment. That strongly suggests that issues lies with how Jupyter's GUI is communicating with my local user-land. The issue is I have no indication or hint to how to resolve this. Is there anything you can glean from the error messages that I posted? |
I'm not seeing anything immediately obvious from the error messages. If you install JupyterLab using conda, mamba, or pip, do you see the same problem? I'm not as familiar with the code specific to JupyterLab Desktop, personally. |
Yes, it continues in fresh installs (pip or conda). I have played around with two "test" environments and the bundled environment as well but the issue persists. |
@RijanDhakal1010 is this issue specific to desktop app? did you try the jupyterlab web application directly? Also, can you check your browser console logs? |
@mbektas I moved from the |
happy to hear that it is working now! |
Description
Jupyter lab is unable to open files on my filesystem. It can index the file system and display what all is present but can't open any files.
Related info:
Reproduce
Expected behavior
Be able to open local files.
Context
Operating system: OpenSuse Tumbleweed . Installed using the rpm package on this repo
Linux kernel: 6.4.1
Python : 3.8.17
Jupyter: 4.0.2
Warning message that might be relevant
I have run
conda install dask-extension
but the warning persists.Things that I have tried
I have tried using the bundled python interpreter with no changes in the warning message or this inability to open local files
I have tried using different pythons in different mamba environments to no avail.
Best I can tell if seems the app just can't read anything on file-system. If the app is sandboxed and needs to have something changed, I am not being able to find how to.
Troubleshoot Output
Browser Output (required for interface issues after loading)
Logs (required for issues with loading, server and startup)
The text was updated successfully, but these errors were encountered: