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

Simplify the jupyter kernelspec setup #246

Closed
davidorme opened this issue Jun 5, 2024 · 0 comments · Fixed by #247
Closed

Simplify the jupyter kernelspec setup #246

davidorme opened this issue Jun 5, 2024 · 0 comments · Fixed by #247
Assignees

Comments

@davidorme
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

We currently manually set up an explicit jupyter kernel specification used to specify the python kernel used in jupyter notebooks. This was a way of ensuring that the jupyter environment was consistent across developers, runners etc, despite the machine specific poetry environment names.

However poetry shell and poetry run now (or possibly always did) automatically adjust the 'jupyter kernels to point python3 to the active poetry virtual environment. This has the real advantage that the kernel is consistent with the current developer environment - the manual link can point to an outdated python version.

Describe the solution you'd like
Remove the manual setup of the pyrealm_python3 kernel spec and just use the python3 kernel across notebooks.

@davidorme davidorme moved this to In Progress in ICCS development board Jun 5, 2024
@davidorme davidorme self-assigned this Jun 5, 2024
@davidorme davidorme linked a pull request Jun 5, 2024 that will close this issue
7 tasks
@github-project-automation github-project-automation bot moved this from In Progress to Done in ICCS development board Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant