Tensorflow2 Tensorboard is not working in jupyter (static ip)
问题 I Want to see it Tensorflow Graph and Weight using Tensorflow in Jupyter Notebook . But It is not working. I use Jupyter notebook on the remote server. %tensorboard --logdir logs %load_ext tensorboard it say it is too long to response at static ip. How can I solve it?! 回答1: Reading this Github issue, you can find that specifying the host manually when launching Tensorboard apparently does the trick. Instead of %tensorboard --logdir {logs_base_dir} Run %tensorboard --logdir {logs_base_dir} -