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