Open
Description
This is a question or maybe request for documentation:
How would we use a tensorflow/io filesystem from tensorboard from the command line? Similar to how we can do it with GCS as tensorboard --logdir=gs://bucket/path/to/logs
I'd like to be able to do the same with the recent azure blob storage file system.
I believe the GCS file system is built into the main tensorflow repo and so I assume gets packaged up and available when tensorboard is built also.