From 4a3b2fa5c6718b41e9dc39d211a29c406d88e016 Mon Sep 17 00:00:00 2001 From: op07n <39182105+op07n@users.noreply.github.com> Date: Sun, 19 Jan 2020 00:47:47 +0100 Subject: [PATCH] Update streamlit_call.py --- .binder/streamlit_call.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.binder/streamlit_call.py b/.binder/streamlit_call.py index a2f256a..3f6ac47 100644 --- a/.binder/streamlit_call.py +++ b/.binder/streamlit_call.py @@ -3,4 +3,4 @@ from subprocess import Popen def load_jupyter_server_extension(nbapp): """serve the bokeh-app directory with bokeh server""" - Popen(["streamlit", "st_runner.py", "apps", "--server.enableCORS=False", "--browser.gatherUsageStats=False"]) + Popen(["streamlit", "st_runner.py", "apps", "--browser.serverAddress=0.0.0.0", "--server.enableCORS=False", "--browser.gatherUsageStats=False"])