Skip to content

Update Jupyter notebook kernel specification to use '.venv' and 'python3' for CI fix#1653

Merged
ktangsali merged 1 commit into
NVIDIA:2.1.0-rcfrom
peterdsharpe:psharpe/nvbug-6188725
May 20, 2026
Merged

Update Jupyter notebook kernel specification to use '.venv' and 'python3' for CI fix#1653
ktangsali merged 1 commit into
NVIDIA:2.1.0-rcfrom
peterdsharpe:psharpe/nvbug-6188725

Conversation

@peterdsharpe
Copy link
Copy Markdown
Collaborator

https://nvbugspro.nvidia.com/bug/6188725

PhysicsNeMo Pull Request

Description

Checklist

Dependencies

Review Process

All PRs are reviewed by the PhysicsNeMo team before merging.

Depending on which files are changed, GitHub may automatically assign a maintainer for review.

We are also testing AI-based code review tools (e.g., Greptile), which may add automated comments with a confidence score.
This score reflects the AI’s assessment of merge readiness and is not a qualitative judgment of your work, nor is
it an indication that the PR will be accepted / rejected.

AI-generated feedback should be reviewed critically for usefulness.
You are not required to respond to every AI comment, but they are intended to help both authors and reviewers.
Please react to Greptile comments with 👍 or 👎 to provide feedback on their accuracy.

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 19, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@peterdsharpe peterdsharpe requested a review from abokov-nv May 19, 2026 19:12
@peterdsharpe peterdsharpe requested a review from ktangsali May 19, 2026 19:12
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 19, 2026

Greptile Summary

This PR updates the Jupyter notebook kernel specification in tutorial_6_ml_integration.ipynb to fix a CI failure. The kernel display_name and name were referencing a custom "project" kernel that is not present in the CI environment.

  • Changes kernelspec.display_name from "project" to ".venv" and kernelspec.name from "project" to "python3", aligning the notebook metadata with the virtual-environment kernel available in CI.
  • No cell content, outputs, or other notebook logic is affected; this is a pure metadata fix.

Important Files Changed

Filename Overview
examples/minimal/mesh/tutorial_6_ml_integration.ipynb Updates kernel spec display_name from "project" to ".venv" and kernel name from "project" to "python3" to fix CI; straightforward metadata-only change.

Reviews (1): Last reviewed commit: "Update Jupyter notebook kernel specifica..." | Re-trigger Greptile

Copy link
Copy Markdown
Collaborator

@ktangsali ktangsali 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, approving from my side. Would be great if @abokov-nv can verify the fix and then we can merge.

@peterdsharpe
Copy link
Copy Markdown
Collaborator Author

/blossom-ci

@ktangsali ktangsali merged commit 4dee5dc into NVIDIA:2.1.0-rc May 20, 2026
1 check failed
@peterdsharpe peterdsharpe deleted the psharpe/nvbug-6188725 branch May 20, 2026 17:10
ktangsali pushed a commit that referenced this pull request May 27, 2026
ktangsali pushed a commit that referenced this pull request May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants