CoolFace
Apppublic

NextDrought/nextdrought

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes
postBuild7 linesDownload Raw Back to root
1# enable nbserverproxy2jupyter serverextension enable --sys-prefix nbserverproxy3# streamlit launches at startup4mv streamlit_call.py ${NB_PYTHON_PREFIX}/lib/python*/site-packages/5# enable streamlit extension6jupyter serverextension enable --sys-prefix streamlit_call7