From b199caaaf4743c14bfaaaa4f69ad8243ebb8ea57 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 1 Oct 2024 10:40:40 -0400 Subject: [PATCH] Add jupyter-sshd-proxy 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 --- pangeo-notebook/environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pangeo-notebook/environment.yml b/pangeo-notebook/environment.yml index fb230a35..b1a86079 100644 --- a/pangeo-notebook/environment.yml +++ b/pangeo-notebook/environment.yml @@ -81,6 +81,9 @@ dependencies: - panel - parcels - param + - pip + - pip: + jupyter-sshd-proxy - planetary-computer - pop-tools - pyarrow