Open
Conversation
Added instructions for using Jetstream2 and accessing OpenVisuspy dashboards.
hands-on/session II/README.md
Outdated
| <ol> | ||
| <li>Connect to your Jetstream2 instance via SSH.</li> | ||
| <li>Navigate to the tutorial directory and build the environment: | ||
| <pre><code>cd Materials |
Contributor
There was a problem hiding this comment.
It should be hands-on/session\ II/Materials/
Updated the directory path in the README for clarity.
Added instructions for setting up and using Jetstream2, including initial setup, starting the environment, and accessing OpenVisuspy dashboards.
knglugo
reviewed
Mar 4, 2026
knglugo
reviewed
Mar 4, 2026
knglugo
reviewed
Mar 4, 2026
hands-on/session II/README.md
Outdated
| </ol> | ||
|
|
||
|
|
||
| <h3>Using Jetstream2</h3> |
There was a problem hiding this comment.
We can remove this since the instructions are already above
jackdmarquez
reviewed
Mar 4, 2026
hands-on/session II/README.md
Outdated
|
|
||
| <li> | ||
| Navigate to the session materials directory and build the environment: | ||
| <pre><code>cd hands-on/session\ II/Materials/ |
Contributor
There was a problem hiding this comment.
Shall we add the git clone command of this repository as well?
Removed instructions for using Jetstream2 and accessing OpenVisuspy dashboards from the README.
Added instructions to clone the tutorial repository.
knglugo
reviewed
Mar 4, 2026
This will fix the error happening with the creation of codespaces using the devcontainer for session III
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes a few changes to allow the easy deployment of the session II notebook on a jetstream2 instance.
Firstly, Openvisuspy was updated from a deprecated version, which fixed errors which occured when attempting to use it in the notebook.
A jetstream2 deployment script was created. This script does the following.
Finally, instructions to running the deployment script as well as running the notebook on jetstream were added to the README.md file within session II.