mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 23:46:03 +00:00
Add server jobs control scripts
This commit is contained in:
4
scripts/notebook.sh
Executable file
4
scripts/notebook.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
NOTEBOOKPORT=1234
|
||||
ssh -N -f -R $NOTEBOOKPORT:localhost:$NOTEBOOKPORT Ricardo.Montanana@galgo.uclm.es
|
||||
jupyter lab --port=$NOTEBOOKPORT --no-browser
|
Reference in New Issue
Block a user