Skip to content

Add an API to expose the tools such as Conda , PyEnv, etc #21732

@DonJayamanne

Description

@DonJayamanne

Currenly the Jupyter Extension requires access to the Conda executable hence we have a private API that exposes

  • getCondaFile
  • getCondaVersion

Ideally just exposing the conda file would suffice, as the version can be derived from the executable.

Similarly I have an ask to expose this in my Python Environment manager, currently I need access to PyEnv, Conda, PipEnv, and other tools.

Given the fact that the tools are exposed in the envs, I think we can look into exposing the executable path as well via some API.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions