IT/machine learning
Use Tensorboard on Jupyter Notebook without CLI
Jang HyunWoong
2019. 1. 23. 12:18
Use Tensorboard in Jupyter Notebook.
1. tensorflow(-gpu) >= 1.3
2. Check python version and Jupyter Notebook python version are same.
3. install jupyter-tensorboard
pip(3) install jupyter-tensorboard
4. Restart jupyter notebook!
[https://pypi.org/project/jupyter-tensorboard/]
반응형