-
Notifications
You must be signed in to change notification settings - Fork 2
Dependencies for tracktop usage
fialhocoelho edited this page Aug 26, 2021
·
3 revisions
$ conda create -n your_conda_name
$ conda activate your_conda_environment
$ python -m ipykernel install --name "your_conda_name" --display-name "your_conda_name" --user
$ conda install plotly matplotlib seaborn pandas numexpr ipykernel nbformat
$ git clone https://github.com/LAL/trackml-library.git
$ pip install --user trackml-library
$ git clone https://github.com/SPRACE/track-ml.git
import sys
sys.path.append('path to track-ml/utils')
from tracktop import *