lspvic / jupyter_tensorboard

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

this tensorboard need gpu? #20

Open fenggolang opened 6 years ago

fenggolang commented 6 years ago

Check that tensorflow(-gpu)>=1.3 is installed. Check that jupyter, tensorflow and jupyter_tensorboard have the same python version. Check that jupyter_tensorboard is installed via pip list. If you want uninstall this extension, run jupyter nbextension disable jupyter_tensorboard/tree --user and jupyter nbextension uninstall jupyter_tensorboard --user; Copy your browser console logs to submit a new issue in https://github.com/lspvic/jupyter_tensorboard

Tks!