-
Notifications
You must be signed in to change notification settings - Fork 5
Connecting
Carlos Downie edited this page Jan 29, 2020
·
38 revisions
Follow the instructions on the Deploy page.
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 you have connected and you see something when you go to http://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.