-
Notifications
You must be signed in to change notification settings - Fork 36
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
jupyter-fs icons don't appear in the left side of the jupyterlab UI #220
Comments
None of those mounts look real, what happens if you use just one osfs with a real path? |
Thank you for the answer, but it seems that it doesn't work even putting a correct S3 bucket path:
Note that with the following Python code running in a notebook in the same Jupyterlab environment I can list all the folders under the bucket above:
|
|
Hello Tim, by just setting:
I still have the same issue. If I inspect the networking section from the browser console I see the following: Request URL: https://xxxxxxxxx.com/user/xxxxxxxxxx/jupyterfs/resources?1734612013913 Request body:
Response body:
Olso note that if I run the following code snippet in the same JupyterLab environment:
I get this output:
|
Looks like you're using Jupytext as your contents manager, not jupyter-fs. Even though you've set it in jupyter_server_config, it is probably being overridden by a file nearby, perhaps a json config file in that directory or a sub directory. |
Hello,
I'm trying to use jupyter-fs to browse to my S3 buckets from jupyterlab environment.
jupyterlab == 4.95.3
jupyter-fs == 1.0.0
jupyter_server == 2.4.0
I have created a Docker image with jupyterlab and other packages like jupyter-fs.
This is the code I set in the jupyter_server_config.py file:
After building the image and accessing the jupyterlab environement, I can confirm that jupyter-fs extension is correctly installed:
jupyter labextension list --verbose
Then in the advanced settings editor I simply paste the code example of the jupyter-fs repository and I save the new configuration:
But the file system icons that should appear on the left don't show up:
I also noted that when I save the new settings configuration and I check the Network section in the browser console, I get the following information:
Request URL: https://xxxxxxxxxxx/user/xxxxxxx/jupyterfs/resources?1734529374043
Request Method: POST
Status Code: 500 Internal Server Error
request body:
response body:
The text was updated successfully, but these errors were encountered: