简体   繁体   中英

How do I use "Jupyter Lab" to run the streamlit web app?

As I know the command " streamlit run my_app_name.py " is needed to run streamlit application. but in jupyter lab, how can I do that? other applications (like dash or flask) working nicely on jupyter lab . Is there any way to run on here python streamlit application?

You can't run streamlit on jupyter lab but you can use the conda env to run streamlit activate the env and run streamlit on cmd/terminal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM