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

CRAB-45722: Add advance project configuration to addon.json #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wizzle3d
Copy link
Contributor

Since the python311 pr is yet to be merged, this PR adds the advance project configuration which includes the python version (3.8) seeq correlation should be installed in for now.

addon.json Outdated
"required": ["display"]
}
"advanced_project_configuration": {
"kernel_name": "python38"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this supposed to define the schema? meaning the kernel name should be a string with a default value another property?
And also, why are we defaulting to python 3.8? Isn't it desirable to switch to 3.11 as soon as possible?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the change, however, still defaulting to 38 since the notebooks are still on 38 and also since the 311 pr which takes care of both situation is yet to merge.

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

Successfully merging this pull request may close these issues.

2 participants