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

Special case reticulate for the old supervisor #5438

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

dfalbel
Copy link
Contributor

@dfalbel dfalbel commented Nov 21, 2024

This special cases reticulate so the Python session is started with the old jupyter supervisor while we don't implement #5226

If we don't do this, reticulate will try to use the new supervisor (because it forwards to PythonRuntimeSession.start())
and users will see a:

image

socket hang up

QA Notes

Now reticulate should work even if Positron is configured to use the new supervisor:

image

@dfalbel dfalbel requested a review from jmcphers November 21, 2024 17:31
Copy link
Collaborator

@jmcphers jmcphers left a comment

Choose a reason for hiding this comment

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

LGTM

@dfalbel dfalbel merged commit a181837 into main Nov 22, 2024
23 checks passed
@dfalbel dfalbel deleted the bugfix/reticulate-support branch November 22, 2024 00:41
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants