Jupyter
To launch a Jupyter notebook on a remote ssh
- From the local host
ssh commons-server -L 12888:localhost:12888
- On the remote host
python -m jupyter notebook --port 12888
This can be done also to acess PGadmin
ex
ssh commons-server -L PORT:localhost:PORT
then fromn