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

Add Windows support #6

Closed snehankekre closed 2 years ago

snehankekre commented 3 years ago

streamlit-tensorboard works on GNU/Linux systems and does not work on Windows. I welcome PRs for added Windows support.

ansonnn07 commented 2 years ago

I am able to run this perfectly on Windows. The Tensorboard shows up fine with the usual graphs. What exactly do you mean by Windows is not supported?

snehankekre commented 2 years ago

Windows directories that included \\ and \ didn't work, but your PR #9 has fixed this issue. Thank you!! :balloon: