pacificdynamics / postBuild
PeterYangIBM's picture
clone another application
dde62a4
raw
history blame contribute delete
No virus
269 Bytes
# enable nbserverproxy
jupyter serverextension enable --sys-prefix nbserverproxy
# streamlit launches at startup
mv streamlit_call.py ${NB_PYTHON_PREFIX}/lib/python*/site-packages/
# enable streamlit extension
jupyter serverextension enable --sys-prefix streamlit_call