fix of paths

This commit is contained in:
2022-05-06 16:53:31 +02:00
parent 0ef14fa7b9
commit 40516e50ed

9
jupyter-notebook-on-ra Normal file
View 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'