Skip to content

Connecting

davis278 edited this page Mar 27, 2019 · 38 revisions

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

Using VCDAT on your machine

Follow instructions on the GitHub repository home 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 acme 1 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"

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 more information.

Clone this wiki locally