You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Use the `requirements.txt` file included in this repository to set up a Python e
11
11
`pip install -r requirements.txt`
12
12
13
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.
14
+
The example trajectory data snippet should be downloaded from https://vu.edu/laddms-data-snippet. This data file should be placed in the same directory as the tutorial notebook and other files.
15
15
16
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`.
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 `jupyter lab`.
0 commit comments