Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdk-jupyter: run VDK job #1454

Merged
merged 17 commits into from
Dec 22, 2022
Merged

Conversation

duyguHsnHsn
Copy link
Collaborator

This change introduces a new feature to the Jupyterlab extension. It allows users to run VDK job from the Jupyter UI.
More information on how to work with the command can be found in UX Flows section of the Jupyter VEP.
Also it solves the issue since the connection is working now.
Signed-off-by: Duygu Hasan hduygu@vmware.com

Copy link
Collaborator

@murphp15 murphp15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Contributor

@ivakoleva ivakoleva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think we may resolve the codacy issues and merge

@duyguHsnHsn duyguHsnHsn merged commit 32ba164 into main Dec 22, 2022
@duyguHsnHsn duyguHsnHsn deleted the person/hduygu/jupyterlab-vdk-run-job branch December 22, 2022 11:47
process = subprocess.Popen(
cmd, stdout=log_file, stderr=log_file, env=os.environ.copy()
)
subprocess.check_output(["/bin/ls", "-l"])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just for testing purposes I assume. But it should not have been merged.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall I remove it now?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants