envd icon indicating copy to clipboard operation
envd copied to clipboard

feat: Support environments with multiple languages

Open terrytangyuan opened this issue 2 years ago • 1 comments

Description

Currently, we only support single language environments such as Python and R. However, some data science teams use multiple languages at the same time. For example, R users could invoke any Python libraries in R via reticulate or run R wrappers of an existing Python library such as TensorFlow for R.

We could support multiple languages in the same environment, e.g. base(language=["python", "r"]).

terrytangyuan avatar Jun 17 '22 00:06 terrytangyuan

LGTM!

gaocegege avatar Jun 17 '22 00:06 gaocegege

Supported in v1 by https://github.com/tensorchord/envd/pull/1501

kemingy avatar Feb 24 '23 06:02 kemingy