Skip to content

Connecting

Charles Doutriaux edited this page Mar 28, 2019 · 38 revisions

This version is a BETA RELEASE. The official version will be released at a later date.

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 /global/common/software/uvcdat/miniconda3/envs/jupyter-vcdat/bin/jupyter-labhub "$@"

Now go to:

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

Login, select Cori and you are all setup.

Note: You might need to ask to be added to the uvcdat group.

Using VCDAT on ACME1

Log into acme1 via:

ssh -L 8888:acme1.llnl.gov:8888 acme1.llnl.gov

Point your browser to: http://localhost:8888 The first time you go to the localhost:8888 address, you will need to sign in using the same username and password you used to log on to acme1.

If the browser seems to hang or nothing happens you can try one of the following:

  1. refresh the browser a few times until you see some activity (i.e. the Jupyter "loading" image displays) OR
  2. go to http://localhost:8888/hub/home and select "My Server"

Using VCDAT on crunchy

Firefox seems to fail, please use Chrome or Safari

  1. Make sure you can ping or log to crunchy (i.e you are onsite or connected via VPN)
  2. Point your browser to: http://crunchy.llnl.gov:8080

Once Connected

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

Clone this wiki locally