-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add jupyter-sshd-proxy #585
Conversation
Over at LEAP we have been testing https://github.com/yuvipanda/jupyter-sshd-proxy (thanks @yuvipanda )and it works really nicely to connect to cloud hubs e.g. using vscode. I think this is a pretty broadly requested functionality and thus would be a good addition here. Not sure about the pip dependency in this file. Should live somewhere else? cc @dhruvbalwada
/condalock |
I love! |
pangeo-notebook/environment.yml
Outdated
@@ -81,6 +81,9 @@ dependencies: | |||
- panel | |||
- parcels | |||
- param | |||
- pip | |||
- pip: | |||
jupyter-sshd-proxy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now in conda forge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched the dependency!
/condalock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks folks! Appreciate the quick turnaround! |
Follow-up to #585 (comment). The conda-forge package doesn't actually pull in openssh, which feels like the right call for now (as systems may already have openssh via other means?). Explicilty add openssh so jupyter-sshd-proxy works
* Install openssh so jupyter-sshd-proxy could work Follow-up to #585 (comment). The conda-forge package doesn't actually pull in openssh, which feels like the right call for now (as systems may already have openssh via other means?). Explicilty add openssh so jupyter-sshd-proxy works * [condalock-command] autogenerated conda-lock files --------- Co-authored-by: pangeo-bot <[email protected]>
Over at LEAP we have been testing https://github.com/yuvipanda/jupyter-sshd-proxy (thanks @yuvipanda )and it works really nicely to connect to cloud hubs e.g. using vscode. I think this is a pretty broadly requested functionality and thus would be a good addition here.
Not sure about the pip dependency in this file. Should live somewhere else?
cc @dhruvbalwada