Hi, For my organization there is a cloud based platform where i have jupyternotebook.
now the requirement is to create a webpage so i prefere streamlit for it. when i run streamlit hello i got 2 links
network URL:
External URL:
either of this links are not working. what i have to do?
If you are running from a command line, you’ll need to make sure you access the URLs from a device in the same network as the host computer. So if you have a cloud computer that is hosting your Streamlit app, you need to access the app from within that cloud computer’s local network.
If you don’t have full virtual machine in the cloud, this might get a bit tricky and you might need to involve your company’s IT department to make sure you have the right setup.