# Linux
scp setup_anaconda_on_grace.sh [email protected]:~
source ./setup_anaconda_on_grace.sh
Re-login and enjoy Python
The easiest way is to follow the instructions above and use Anaconda
# Linux
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
Windows: follow putty instructions
Should be without password by now
If you use Anaconda on your PC, the following commands need to be run in Anaconda prompt
WARNING: Not yet compatible with Windows. Hopefully will be soon.
pip install remote_ikernel
# Linux
bash add_rik_grace_lsf.sh
# Windows
remote_ikernel manage --add \
--name='Python on Grace' \
--kernel_cmd='ipython kernel -f {connection_file}' \
--interface=lsf \
--verbose \
--remote-launch-args='-q interactive' \
--tunnel-hosts [email protected] \
--workdir='$HOME'
jupyter notebook
In the drop-down menu select the new kernel