ERROR: Failed to launch TensorBoard (exited with 1). Contents of stderr: Traceback (most recent call last): File \"/home/arshad/anaconda3/bin/tensorboard\", line 10, in s
Initially, you have to activate the environment where tensorflow is installed using the below commands
conda activate or source activate
then, run below tensorboard command by passing log_dir as parameter.
tensorboard --log_dir
For more details, run
tensorboard -help