From f05bff700fdfa8a36ac597d40b54296fbfb671c8 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 21:11:35 -0700 Subject: [PATCH] add run.sh --- Software/python/run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 Software/python/run.sh diff --git a/Software/python/run.sh b/Software/python/run.sh new file mode 100755 index 0000000..c1886a9 --- /dev/null +++ b/Software/python/run.sh @@ -0,0 +1,4 @@ +# TODO: replace this origin with something generated from IP address +export BOKEH_ALLOW_WS_ORIGIN=192.168.0.58:5006 + +bokeh serve hwtest.py \ No newline at end of file