From 5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 31 Jul 2025 17:27:24 -0400 Subject: add code for analysis of data --- venv/bin/plotly_get_chrome | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 venv/bin/plotly_get_chrome (limited to 'venv/bin/plotly_get_chrome') diff --git a/venv/bin/plotly_get_chrome b/venv/bin/plotly_get_chrome new file mode 100755 index 0000000..5db5487 --- /dev/null +++ b/venv/bin/plotly_get_chrome @@ -0,0 +1,8 @@ +#!/Users/sotech117/Documents/invest/fin-backtesting/venv/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from plotly.io._kaleido import get_chrome +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(get_chrome()) -- cgit v1.2.3-70-g09d2