-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
fixes #7264: use default app_dir
when app_dir == ''
#7268
Conversation
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
@vidartf You're the one who set up all of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the right fix to me. For reference, the ''
value seems to mostly come from the BaseExtensionApp
default.
The remaining test failure is just that NASA link in the docs, so I'll merge this |
@blink1073 @vidartf Does this need to get backported? |
@jasongrout, did you include #7079 in the 1.x branch? If not, not further action is required. If so, this needs to be backported to 1.x. |
@meeseeksdev backport to 1.x |
…dir` when `app_dir == ''`
References
fixes #7264
Code changes
Ensures that the default value of
app_dir
is used whenapp_dir == ''
User-facing changes
Extensions will install correctly, instead of lab assets building in an extension dir
Backwards-incompatible changes