Skip to content
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

GCSContentsManager throws up a popup saying Directory Not Found #153

Open
jayasimha-raghavan-unskript opened this issue Nov 4, 2022 · 1 comment

Comments

@jayasimha-raghavan-unskript

I am trying to use Google Object Store with Jupyterlab and S3Contents[gcs] package. I see that the Notebook gets loaded
and I am able to Read/Write to the Object store. However, when I open the Notebook I see this popup

Screenshot 2022-11-04 at 12 30 19 PM

How do i disable this popup?

@BlessedDisco
Copy link

In a codeblock in the README there is an example on how to fix this popup:

# Fix JupyterLab dialog issues
c.ServerApp.root_dir = ""

For my environment, this fix did not work, since my kernels would not load if I used this config. I had to change it to:

# Fix JupyterLab dialog issues
c.ServerApp.root_dir = "/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants