ECEN5458/Software/python/run.sh

7 lines
149 B
Bash
Raw Normal View History

2020-03-03 00:15:50 -07:00
#!/bin/sh
2020-03-02 21:11:35 -07:00
# TODO: replace this origin with something generated from IP address
2020-03-03 00:02:46 -07:00
export BOKEH_ALLOW_WS_ORIGIN=192.168.4.1:5006
2020-03-02 21:11:35 -07:00
2020-03-03 00:15:50 -07:00
bokeh serve hwtest.py