jupyter notebook2 Use Tensorboard on Jupyter Notebook without CLI 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/] 2019. 1. 23. gcp 에서 jupyter notebook 실행 1. VPC Network - External IP Address 2. change to static / 고정으로 변경 3. Create Firewall Rule - add your port numbertcp: 4. Jupyter를 설치 했다면...After install jupyter notebook... - create config file$ jupyter notebook --generate-config 5. Edit Config file 6. add to jupyter_notebook_config.pyc = get_config()c.NotebookApp.ip = '*'c.NotebookApp.open_browser = Falsec.NotebookApp.port = - Save 7. $ jupyter.. 2018. 2. 23. 이전 1 다음 반응형