diff options
| author | ziejd2 | 2019-06-27 13:58:58 -0500 |
|---|---|---|
| committer | ziejd2 | 2019-06-27 13:58:58 -0500 |
| commit | 5310fa747a6a46a0e96dc649cbca863e2c44aeb4 (patch) | |
| tree | 3d4ba8a8a8a6f50b4877d1153e0fb390bbf86564 /info_files | |
| parent | 2be4664d4ef668feee3d1e8972c7fd0813aea7e8 (diff) | |
| download | BNW-5310fa747a6a46a0e96dc649cbca863e2c44aeb4.tar.gz | |
Version 1.22
Adding new visualization options
Diffstat (limited to 'info_files')
| -rw-r--r-- | info_files/plotly_notes.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/info_files/plotly_notes.txt b/info_files/plotly_notes.txt new file mode 100644 index 00000000..10130e85 --- /dev/null +++ b/info_files/plotly_notes.txt @@ -0,0 +1,11 @@ +I modified files.py to use the absolute paths for the PLOTLY_DIR and TEST_DIR +This file is in: +/home/jziebart/python/lib/python2.7/site-packages/plotly + +Commands to run as apache: +Run from /sourcecodes/data: +sudo su -s /bin/bash apache -c "/home/jziebart/python/Python-2.7.15/python ../cv_plotly.py LvQ" +sudo su -s /bin/bash apache -c "sh ../plotly_loo.sh" + +Run from /sourcecodes: +sudo su -s /bin/bash apache -c "./run_loo LvQ Weight" |
