-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge recent changes from dev and VSCode installation into main #34
Conversation
@betolink this mostly looks good except that VSCode can't find the main Jupyter kernel (Running BYOI with It is there:
but VSCode doesn't see it I'm trying to track down why, but if you have any tips I'm happy to hear them! |
@betolink I'm just coming back to this, would be good to get the image updated. I see you're thinking about it too (#35 (comment)) I updated the environment again, I don't know how important the pinned versions are on some libraries (e.g., |
Sorry for the super delayed time to check this, I'm merging it and I think we can address the VSCode integration as a separate issue. @ateucher I think we should include the same con-lock on actions that CryoCloud has so we don't have to do it ourselves. And another thing we might want to take a look at is how can we use something like dependabot to update our packages and open PRs, I haven't looked in a while if there is a way to integrate it with Conda environments. |
Thanks @betolink. I think the vscode integration is now not bad, though some real-world user testing will tell us for sure.
I like that idea! |
This takes the work that @betolink had done in the
dev
branch (which is currently the image used in the hub) and recent work merged into main from #32, #33, etc