본문 바로가기
IT/machine learning

Use Tensorboard on Jupyter Notebook without CLI

by Jang HyunWoong 2019. 1. 23.

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://github.com/lspvic/jupyter_tensorboard/raw/master/docs/_static/tensorboard_button.png

[https://pypi.org/project/jupyter-tensorboard/]



반응형