Results 3 comments of Ching Yi, Chan

you could try this https://github.com/lspvic/jupyter_tensorboard/pull/56

We fixed the serverside extension in the main branch https://github.com/InfuseAI/jupyter_tensorboard However, the frontend requests to the incorrect path after `tf 2.3` : ![image](https://user-images.githubusercontent.com/193223/100566068-031a3d80-3300-11eb-903b-21b7663f6447.png)

如果是想要感受一下 docker 開出來的 container,通常是用 `run` ``` docker run -it --name busybox busybox ``` 而,這臨時開出來體驗用的東西,大多是拋棄型的,那會多加 `--rm` 的選項,當你退出容器時自動刪除 ``` docker run -it --rm --name busybox busybox ```