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

Fixing Windows support by changing logdir to POSIX format #9

Closed ansonnn07 closed 2 years ago

ansonnn07 commented 2 years ago

Using pathlib to change the logdir path to POSIX format. The change would make the shlex.split work properly, thus making it work on Windows, and it will still work on Linux.

snehankekre commented 2 years ago

I will create a new release on PyPI over the weekend :)

ansonnn07 commented 2 years ago

Thank you 😆 also thanks for making Tensorboard so much easier to integrate into Streamlit. It’s amazing