Open
Description
Currently, I have to port-forward twice: once for Jupyter and once for the Dask Dashboard. It'd be nice to only require one of those:
ssh -L 8888:localhost:8888 8787:localhost:8787 [email protected]
Luckily, Dask has a Jupyterlab extension: https://github.com/dask/dask-labextension. Would it be possible to integrate this into Dask-CHTC? Then, I'd only have to forward one port I think:
ssh -L 8888:localhost:8888 [email protected]