Closed dfalbel closed 3 hours ago
This special cases reticulate so the Python session is started with the old jupyter supervisor while we don't implement https://github.com/posit-dev/positron/issues/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:
PythonRuntimeSession.start()
socket hang up
Now reticulate should work even if Positron is configured to use the new supervisor:
This special cases reticulate so the Python session is started with the old jupyter supervisor while we don't implement https://github.com/posit-dev/positron/issues/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:QA Notes
Now reticulate should work even if Positron is configured to use the new supervisor: