Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.28 KB

Setup

Website for the CMSDAS MonoZ

To start, you can follow the directions below. A summmary of the plan for the MonoZ group at the Data Analysis School is can be found in the main website here.

There, you will also find introduction to the physics, and explanations on each step of the school.

Finally,

Welcome to CMS!

Connecting to lxplus with tunnels

Choose a port such as 8099 and connect to lxplus/cmslpc (EL9). This port should be used for jupyter as well

ssh -L localhost:8NNN:localhost:8NNN lxplus.cern.ch
#or
ssh -L localhost:8NNN:localhost:8NNN cmslpc-el9.fnal.gov

Clone and run the setup once

CERN Setup

git clone git@github.com:FNALLPC/cmsdas-longex-MonoZ.git
cd CMSDAS-MonoZ-Tutorial-2024
sh bootstrap.sh bash cern
# or for zsh shell
sh bootstrap.sh zsh cern

LPC 2025 Setup

cd ~/nobackup/LPCDAS2025
git clone git@github.com:FNALLPC/cmsdas-longex-MonoZ.git CMSDAS-MonoZ-Tutorial-2025
cd CMSDAS-MonoZ-Tutorial-2025
sh bootstrap.sh bash lpc
# or for zsh shell
sh bootstrap.sh zsh lpc

Starting the environment

Execute the shell command to start up the container. Once inside, start jupyter lab and copy + paste the link into your browser

./shell
jupyter lab --no-browser --port 8NNN