I\'ve been having problems with tensorboard probably due to a unclean exit in windows10. I use the below code to launch it in Jupyter:
%load_ext tensorboard %ten
Did you try mentioning the same port in the Jupyter notebook
%load_ext tensorboard %tensorboard --logdir={dir} --port=6005