Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get a S3DF account
  2. Wait for approval
  3. Ssh into s3df login node with port forwarding:

    Code Block
     ssh -L 5555:localhost:5555 <SLAC UNIX
    USERNAME>@s3dflogin
     USERNAME>@s3dflogin.slac.stanford.edu
  4. Connect to Iana :

    Code Block
     ssh -L 5555:localhost:5555 iana
  5. Activate conda env: 

    Code Block
    conda activate <CONDA ENV>
  6. ** do only first time ** install jupyter lab if not installed: 

    Code Block
    conda install jupyterlab
  7. Run jupyter and clikc click on the link to open in your browser:
Code Block
 jupyter lab --no-browser --port 5555 

...


You can

...

also

...

use

...

mamba

...

instead

...

of

...

conda

...

for

...

a

...

faster

...

time

...

creating

...

environments.

...

 Mamba is

...

used

...

by

...

first

...

installing

...

miniconda

...

and

...

then

...

using

...

the

...

mamba

...

command

...

instead

...

of

...

the

...

conda

...

command.