You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the amazon-emr-vscode-toolkit provide a way to write your code on an EMR environment on your local machine leveraging the EMR on EKS container image with devcontainer.
This is limited to IDEs that support devcontainer. It would be good to have a standalone implementation from within the EMR CLI to start a local dev environment a mount the project as a volume to the docker container of the EMR image.
This feature would be interesting for PyCharm that offer a way to connect to a remote jupyter server
The text was updated successfully, but these errors were encountered:
Currently the
amazon-emr-vscode-toolkit
provide a way to write your code on an EMR environment on your local machine leveraging the EMR on EKS container image with devcontainer.This is limited to IDEs that support devcontainer. It would be good to have a standalone implementation from within the EMR CLI to start a local dev environment a mount the project as a volume to the docker container of the EMR image.
This feature would be interesting for PyCharm that offer a way to connect to a remote jupyter server
The text was updated successfully, but these errors were encountered: