From 91bf2e0511b5b6723ba69604d6d9e1743bb6f9e9 Mon Sep 17 00:00:00 2001 From: op07n <39182105+op07n@users.noreply.github.com> Date: Sun, 19 Jan 2020 11:53:24 +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 3f6ac47..1abb367 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", "--browser.serverAddress=0.0.0.0", "--server.enableCORS=False", "--browser.gatherUsageStats=False"]) + Popen(["streamlit", "run", "st_runner.py", "apps", "--browser.serverAddress=0.0.0.0", "--server.enableCORS=False", "--browser.gatherUsageStats=False"])