Skip to content

Connecting

davis278 edited this page Apr 10, 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-dev.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"

NOTE: Google Chrome is the preferred browser.

Using VCDAT on crunchy

Firefox seems to fail, so please use Google Chrome which is the preferred browser.

Point your browser to: http://crunchy.llnl.gov:8080

Log in using your crunchy credentials.

Once Connected

Once you have connected and you see something when you go to http://localhost:8888 (or http://crunchy.llnl.gov:8080 if you are on crunchy) in your browser, JuptyerLab 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