mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 07:56:07 +00:00
4 lines
158 B
Bash
Executable File
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 |