-
Notifications
You must be signed in to change notification settings - Fork 95
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
Adding jupyterlab-conda-store extension support to Nebari #1564
Conversation
This PR depends on nebari-dev/nebari-docker-images#41 being merged. Additionally fixes an unupdated section where we specified an older conda-store version. We override the conda-store url in the jupyterlab settings overrides.
This PR requires using the jupyterlab image from nebari-dev/nebari-docker-images#41. I have not tested this yet. Will once other is merged. |
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.
LGTM :)
@@ -36,7 +36,7 @@ variable "conda-store-image" { | |||
variable "conda-store-image-tag" { | |||
description = "Version of conda-store to use" | |||
type = string | |||
default = "v0.4.9" | |||
default = "v0.4.12" |
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.
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.
Yeup I saw that it had been updated in constants. Not sure if we should even have a default value here then?
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.
Removing it works for me 👍
@costrouc @iameskild Shall we merge this PR? |
@pavithraes this PR can't be merged until nebari-dev/nebari-docker-images#45 is merged in docker-images. @iameskild would you be fine with the jupyterlab extension fitting into the December release? |
@costrouc the docker-image PR has been approved and merged :) |
@costrouc @iameskild We decided to not have a release this week, but should we still merge this PR? |
This PR depends on
nebari-dev/nebari-docker-images#41 being merged.
Additionally fixes an unupdated section where we specified an older conda-store version.
We override the conda-store url in the jupyterlab settings overrides.
Reference Issues or PRs
What does this implement/fix?