mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 23:46:03 +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 |