Skip to content

Commit 05b68b5

Browse files
authored
Add files via upload
0 parents  commit 05b68b5

4 files changed

Lines changed: 560 additions & 0 deletions

File tree

README.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# README for LADDMS data tutorial
2+
Last updated: 18 August 2024
3+
https://ndot-laddms.org
4+
5+
## Requirements
6+
7+
### Python environment
8+
Use the `requirements.txt` file included in this repository to set up a Python environment with the necessary dependencies for the code. The recommended/verified Python version for this tutorial is 3.10. If you are using Anaconda, the environment setup can be performed with the following commands (executed from the working directory of the tutorial files):
9+
`conda create -n "laddms_tutorial" python=3.10`
10+
`conda activate laddms_tutorial`
11+
`pip install -r requirements.txt`
12+
13+
### Data files
14+
The example trajectory data snippet should be downloaded from http://vu.edu/laddms-data-snippet. This data file should be placed in the same directory as the tutorial notebook and other files.
15+
16+
## Running the tutorial
17+
Open the tutorial notebook `basic_data_tutorial.ipynb` by activating the Python environment (`conda activate laddms_tutorial`) and running Jupyter Lab notebook server with the terminal command `jupter lab`.

0 commit comments

Comments
 (0)