CDAT / jupyter-vcdat

A Jupyter Lab extension based on vCDAT.
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

connecting instruction not working #130

Closed chengzhuzhang closed 5 years ago

chengzhuzhang commented 5 years ago

Describe the bug I get

Spawn failed: Server at http://128.55.224.44:57478/user/chengzhu/cori-shared-node-cpu/ didn't respond in 300 seconds

by putting

exec env XDG_RUNTIME_DIR=/tmp/ shifter --volume=$(pwd):/home/jovyan --image=cdoutrix/vcdat:latest -- jupyter-labhub "$@"" in ".override Jupyter"

Using

exec /global/common/software/uvcdat/miniconda3/envs/jupyter-vcdat/bin/jupyter-labhub "$@

fixed the problem.

doutriaux1 commented 5 years ago

@chengzhuzhang I talked to NERSC guys who luckily are sitting behing me today. We updated the instructions at: https://github.com/CDAT/jupyter-vcdat/wiki/Connecting#using-vcdat-on-your-machine-or-a-local-network please try this new way.

doutriaux1 commented 5 years ago

@chengzhuzhang does it work for you now?

chengzhuzhang commented 5 years ago

It works for me. @sterlingbaldwin has also tested and it worked.