interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Autodetect python environments and show in the enhanced kernel picker

Open sharoncxu opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. To use Python, users currently have to run a connection string #!connect jupyter --kernel-name python --kernel-spec python3 to specify the right kernel which doesn't need to be done for any other languages

Describe the solution you'd like Autodetect the available local python environments and populate the language picker with the options. The user can select the environment they want to connect to by selecting the available options using UI. This allows them to see the available environments, and eliminates the need for them to write code that they would need to look up documentation for.

sharoncxu avatar Mar 23 '23 05:03 sharoncxu

Related: #992, #3323

jonsequitur avatar Aug 07 '24 16:08 jonsequitur

Addressed by #3810.

jonsequitur avatar Feb 11 '25 19:02 jonsequitur