-
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
Empty pane even after refresh #187
Comments
Can you use Its also useful to know your combination of config files, for me I use:
{
"ServerApp": {
"contents_manager_class": "jupyterfs.metamanager.MetaManager"
}
}
{
"ServerApp": {
"jpserver_extensions": {
"jupyterfs.extension": true
}
}
} Its also useful to see the output of: |
Ok closing this issue as it seems to work as expected, can discuss jlab 3 support in #188 |
Describe the bug
I specify my documents in the settings editor on jupyterlab or in my jupyter_server_config.json, and the file tab shows up, but no files are shown. My jupyter_server_config.json is configured as specified in the README
Console contains errors shown on right (seem a little similar to patched issue #129)
and terminal contains error
To Reproduce
Steps to reproduce the behavior:
conda
and jupyter-fs 0.3.1or jupyterlab 4.0.9 and jupyter-fs 0.4.1
and save
4. File tab appears, but no files are appearing
Note I tried all these versions:
jupyterlab 3.0.0, 3.6.1, 3.6.6, 4.0.0, or 4.0.9 with
conda
and then jupyter-fs 0.4.1, 0.4.0, 0.3.1, 0.3.0, 0.0.5 withpip
I also tried the approach with a dockerfile in #129 and the approach in #144 but those didn't work
Another console error I saw with different versions was
Expected behavior
See list of files in my documents when I switch to that file browser tab
Desktop:
The text was updated successfully, but these errors were encountered: