snehankekre / streamlit-tensorboard

Streamlit component for TensorBoard, TensorFlow's visualization toolkit
https://pypi.org/project/streamlit-tensorboard/
MIT License
40 stars 7 forks source link

Refuses to connect on Streamlit sharing #8

Closed snehankekre closed 3 years ago

snehankekre commented 3 years ago

image

The issue has to do with network permissions on the remote host. Port 6006 should be opened on the remote host and incoming/outgoing connections should be allowed at remote host:6006.

snehankekre commented 3 years ago

Closing as it isn't an issue with the component, but rather a permissions issue on sharing. Users are not allowed to expose network ports on sharing.