lspvic / jupyter_tensorboard

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

Restrict the tensorboard package version #38

Closed chesterli29 closed 5 years ago

chesterli29 commented 5 years ago

Fix issue 37 by restrict tensorboard version<1.12.0 as tensorboard>=1.12.0 incompatible with jupyter_tensoraboard. Detail see: #37

chrissng commented 5 years ago

If you are using TensorFlow 1.12, the better fix is to:

  1. Upgrade tensorboard to 1.12.2 (<1.13)
  2. Upgrade jupyter-tensorboard to 0.1.9