Skip to content

Connecting

Carlos Downie edited this page Jan 29, 2020 · 38 revisions

Using VCDAT on your machine or a local network

Follow the instructions on the Deploy page.

Using VCDAT at NERSC

Log onto Cori.

Create a file named .override-jupyter in your HOME directory.

In this file simply add this:

exec shifter --volume=$(pwd):/run --volume=$(pwd):/home/jovyan --image=cdat/vcdat:latest -- jupyter-labhub "$@"

Make the file executable:

chmod +x .override-jupyter

Now go to:

https://jupyter.nersc.gov/hub/home

Login, select Cori and you are all setup.

Once Connected

Once you have connected and you see something when you go to http:https://localhost:8888 in your browser, JupyterLab has loaded and you are now ready to make use of VCDAT. Please see the User Interface and Access Data pages for next steps and more information.

Clone this wiki locally