From f64f7df0f1a11c3c8d0f67583267716137baf898 Mon Sep 17 00:00:00 2001 From: op07n <39182105+op07n@users.noreply.github.com> Date: Sun, 19 Jan 2020 00:02:39 +0100 Subject: [PATCH] Create postBuild --- .binder/postBuild | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .binder/postBuild diff --git a/.binder/postBuild b/.binder/postBuild new file mode 100644 index 0000000..6442cbb --- /dev/null +++ b/.binder/postBuild @@ -0,0 +1,6 @@ +# enable nbserverproxy +jupyter serverextension enable --sys-prefix nbserverproxy +# streamlit launches at startup +mv .binder/streamlit_call.py ${NB_PYTHON_PREFIX}/lib/python*/site-packages/ +# enable bokeh extension +jupyter serverextension enable --sys-prefix streamlit_call