-
Notifications
You must be signed in to change notification settings - Fork 306
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
2.0.1: break showHiddenFiles in JupyterLab UI #1129
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I managed to find some error in the log after some other issues got fixed (JupyterLab extension).
My setup is the same as for I have a conda env in this location:
as you can see there is no folder called "/lab" The ServerApp should be looking here: so I am not sure why ServerApp is not looking at the right place. I am not sure how I should fix that. In my config file I have the following:
Suggestion are welcome. Maybe the issue is with my config that need to be updated for jupyter_server 2.0 |
Hi @tarrade, I believe this is related to jupyter/jupyter_core#323. For now you can set |
Hi @blink1073, yes option this fix my issue. Thanks. I will follow the PR your mention. |
I guess another cosmetic impact of the current default setup is that now kernel got a suffix "(Local)". Before: Now:
|
It looks like you're using Can you provide the content of Regardless, I suspect you'd need to take this particular issue up with the |
Hi @kevin-bates , yes, I am using nb_conda_kernels which didn't change since sept 2020 (I only changed the jupyter_server version). My
it seems that the bad display is now gone after I introduced all the following:
It seems to be related to jupyter/jupyter_core#324 and jupyter/jupyter_core#323. On my side this is all good. |
@blink1073 do I get it right that I could use |
Yes, it should work now, please let us know either way! |
@blink1073 @kevin-bates I confirm that using solved all previous issues mention in this tread. I am using: No need of the following anymore:
Here the jupyter depedencies. I had to use
Thanks for the help and all the fixes. Closing |
Fantastic, thanks again for the report and follow up! |
Description
When switching from
jupyter_server=1.23.3
tojupyter_server=2.0.1
, in JupyterLab, I don't see anymore hidden files.Reproduce
I am using:
jupyter_server=2.0.1
jupyterlab=3.5.1
and the following standard setup to see hidden file in JupyterLab:
and:
c.ContentsManager.allow_hidden = True
Expected behavior
I am expecting to have the same UI and feature as with
jupyter_server=1.23.3
as belowExpecting UI
Context
Troubleshoot Output
The text was updated successfully, but these errors were encountered: