lspvic / jupyter_tensorboard

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

Patched for tensorflow 1.11 #32

Closed ferrarodav closed 5 years ago

ferrarodav commented 5 years ago

Hi,

I tried to use the plugin with the last versions of tensorflow (1.11) and jupyter but it would give an error. I've noticed that it wasn't recognizing the 1.11 version and it was still using the old api while creating the tensorboard app. I've fixed the problem and tested it.

Davide

lspvic commented 5 years ago

Thanks very much for your PR.