EricGao888 opened a new pull request, #10337: URL: https://github.com/apache/dolphinscheduler/pull/10337
## Purpose of the pull request * Enable users to switch and install conda env in `jupyter task`. If the conda environment user needs for his/her jupyter task is not too large like bigger than 100M, the user could upload the packed conda environment to `resource center` and select it when creating `jupyter task`, `jupyter task plugin` will automatically install the conda env on target worker before executing jupyter notes. * Also, users could upload multiple packed conda environments to `resource center` and select the one needed for a specific task. * This feature will save users quite a lot of time from installing multiple environments on multiple workers and greatly better the experience of using `jupyter task plugin`  * This PR closes: #10302 ## Brief change log * Already described above. ## Verify this pull request * Verified by unit tests and manual tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
