lspvic / jupyter_tensorboard

Start Tensorboard in Jupyter Notebook
MIT License
460 stars 81 forks source link

Works with tensorflow version 1.10 but not 1.11 #31

Closed alexgadam closed 5 years ago

alexgadam commented 5 years ago

Jupyter-tensorboard fails to launch with tensorflow version 1.11 (you get a Jupyter-tensorboard extension error - the Javascript console simply outputs - Failed to load resource: the server responded with a status of 500). Downgrading to version 1.10 fixes the issue.

This issue happens for both the CPU and GPU installations of tensorflow 1.11

fqzhou commented 5 years ago

It's really the case. I have the same issues. Thank you for sharing this message.

tranhungnghiep commented 5 years ago

Can confirm. Downgrade tf to 1.10 works, 1.11 fails. Please look into this issue.

lspvic commented 5 years ago

Jupyter-tensorboard 1.0.8 with tf1.11 support has been released, thanks @ferrarodav. Try with pip install -U jupyter-tensorboard