Anderson Banihirwe

Results 128 comments of Anderson Banihirwe

/run gdp-hourly

/run gdp-hourly

> Jupyterlab thinks the directory with the notebook is the working directory. This is irritating because AFAICT, you can't navigate anywhere else. Unfortunately, this is the same reason `notebook-dir` and...

👍 for a separate folder

> why does --launch-command generate a shell script to run rather than just running the command directly? As you may recall, to launch jupyter lab we retrieve the `hostname` or...

> @andersy005 - do you think this is required to get this working with a compute node? i recall using this on compute nodes in its current form. please try...

It turns out that even if we could get the `ssh_config` settings into `jupyter-forward` (which I believe fabric/paramiko is automatically doing behind the scenes), `paramiko` unfortunately doesn't support the multiplexing...

Relevant PRs: - https://github.com/paramiko/paramiko/pull/1931