Computing System Administration

Fra mn/fys/epf
Revisjon per 1. okt. 2020 kl. 09:07 av Read@uio.no (diskusjon | bidrag) (Deleted all the obsolete how-to's - they were geared towards releases of RHEL (RHEL4,5) much older than the current release used at UiO (7) or to deprecated ATLAS software configuration.)

(diff) ← Eldre revisjon | Nåværende revisjon (diff) | Nyere revisjon → (diff)
Hopp til: navigasjon, søk

Installing ROOT with Jupyter notebook capability

  • ROOT is in the EPEL repository (at UiO/FI this should already be set up)
  • sudo yum install root root-notebook python3-root python3-devel python3-jupyroot (an admin/superuser needs to do this)
  • pip3 install --user jupyter juypterlab metakernel (this you can do as a normal user)
    • This will create ~/.local - later you can move the directory somewhere else and softlink to it, i.e. ln -s /scratch/.local ~/.local
  • Make sure ~/.local/bin is in your PATH