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 will add connecting to nero to the forward util! Currently, all seems okay up to the port forwarding (it works for me to see the screen I need to login/enter the token for).
However the token echoed to the stderr file doesn't actually work (I get "invalid credentials"). Strangely, the stderr file is done as such because it reports that a module is not installed.
However, I indeed have installed this with pip after adding it to the path (see the .sbatch file added in this PR). I'm not sure if that error is related. It seems like the token it's showing me in the terminal output is not the one that the interface hints at. The port is also slightly different.
@vmeau @nsoderquist and @willthelaw - as soon as we can figure out this last issue forward will make it very easy to start these sessions! Let me know if there is something I'm missing for the above. I think we could figure out the bug above, or another approach would be to figure out how to make a password login (via some setting in the user jupyter config file). Thanks for taking a look!
Signed-off-by: vsoch [email protected]