fix of paths
This commit is contained in:
9
jupyter-notebook-on-ra
Normal file
9
jupyter-notebook-on-ra
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
USER=$(zenity --entry --text="Enter user name for opening firefox")
|
||||
else
|
||||
USER=$1
|
||||
fi
|
||||
|
||||
ssh -S none $USER@ra 'source /sf/bernina/bin/anaconda_env && salloc -p shared jupyter notebook --ip $HOSTNAME --no-browser'
|
||||
Reference in New Issue
Block a user