-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Currently the Jupyter extension has the ability to hide Python Environments from showing up in the Kernel picker
One of the use cases is to hide the default Python Env in docker (dev) containers from Jupyter extension as they do not work (due to lack of Pip or the like) & these containers have other Environments like Conda or the like that is preferred.
I feel that this would apply to Python extension as well, i.e. if a user tries to debug Python code or the like, one wouldn't want to see the Python Env thats not working (I.e. the creators of the Container would want to ensure users of that container always use a specific Python environment or never use a specific Python env).
Can we have a setting or the like that would take an array of Python environment paths that would exclude Python Environments from the Python Extension, this would then flow onto Jupyter as well & other extensions.