I will start with a new post here - let me know if I should open a new issue on github.
Today I accessed Cheyenne and started setting up everything (I had already created a pangeo environment a year ago, so I updated it). Then I configured dask (I did not configured the password for Jupyter, I rather use the token) as explained here . I successfully launched a qsub using the account number I have access to, and then launched jupyter with:
jupyter lab --no-browser --ip=
hostname --port=8888
and then tried to forward it to my browser by opening another terminal page and using
ssh -N -L 8888:r8i4n0:8888 username@cheyenne.ucar.edu
and then it hangs for a bit and then I get
channel 2: open failed: connect failed: Connection refused
indeed if I try to open localhost:8888 I cannot connect to the notebook.
I am sure is some silly thing I am overlooking, But what is it?
Also my second question is, should I just try the “Deploy Option 2” with launch_dask.sh? What are the differences/drawbacks/limitations of one option over the other?
Thanks!