-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
For some reason .so files aren't showing up in the Jupyter Notebook file browser #7409
Comments
Are these by any chance classed as hidden files on your Windows machine? If so you may want to follow https://jupyterlab.readthedocs.io/en/latest/user/files.html#displaying-hidden-files |
The above will only work in Notebook 7 and in a modern version of JupyterLab (e.g. 3.6.x or 4.x) |
The files aren't hidden. Also, can you link me to instructions on setting up Notebook 7 or a new Lab, please? |
@maraMaraschino this page has the links to install guides for Notebook and Jupyterlab if you'd like to give that a try! Let us know if after upgrading to the newer versions you still see this issue! |
Just upgraded Notebook to version 7.0.0 and the problem is still there, not showing the .so file. |
Thank you for the update @maraMaraschino! We were able to reproduce this in JupyterLab (thanks @JasonWeill). We'll go ahead and accept this as a bug! |
jupyter-server's contents manager has
You would need to modify the |
How about removing the .so files from those hidden by default? It's really confusing when you look at the files and expect the code to run from the .py files, but in reality, there are .so files that replace them. |
If you think it is better removed I would suggest opening an issue and then a PR in the jupyter-server repository as this is where the default is defined :) |
Description
There is a
.so
file that I'm trying to access which isn't showing up at all in the Jupyter file browser.Reproduce
The notebook file I'm working on is here, and the file I'm trying to access is libpixie4e.so. I tried looking in other folders that contain
.so
files, but they're not showing up anywhere, so I assume this is a general issue.Expected behavior
I expected to be able to see the .so file and I cannot
Context
The text was updated successfully, but these errors were encountered: