Files
stree_datasets/scripts/notebook.sh

4 lines
158 B
Bash
Executable File

#!/bin/bash
NOTEBOOKPORT=1234
ssh -N -f -R $NOTEBOOKPORT:localhost:$NOTEBOOKPORT Ricardo.Montanana@galgo.uclm.es
jupyter lab --port=$NOTEBOOKPORT --no-browser