minimal-streamlit-example/.binder/postBuild

7 lines
273 B
Plaintext
Raw Permalink Normal View History

2020-01-19 00:02:39 +01:00
# 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