HFAiLab/jupyterlab_tensorboard_pro

cannot open exist logfile

Closed this issue · 3 comments

env:

  • os: win 10

  • py: Python 3.8.5

  • tensorflow: 2.4.1

  • jupyter version

    IPython          : 7.10.0
    ipykernel        : 5.3.4
    ipywidgets       : 7.5.1
    jupyter_client   : 7.3.1
    jupyter_core     : 4.10.0
    jupyter_server   : 1.15.6
    jupyterlab       : 3.3.2
    nbclient         : 0.5.0
    nbconvert        : 6.0.2
    nbformat         : 5.2.0
    notebook         : 6.2.0
    qtconsole        : not installed
    traitlets        : 5.0.4
    
  • jupyter lab ext

    JupyterLab v3.3.2
    D:\Miniconda3\share\jupyter\labextensions
            jupyterlab-plotly v5.6.0 enabled ok
            jupyterlab_tensorboard_pro v0.3.0 enabled ok (python, jupyterlab_tensorboard_pro)
            @hadim/jupyter-archive v3.2.1 enabled ok (python, jupyter-archive)
            @jupyter-widgets/jupyterlab-manager v3.0.0 enabled ok (python, jupyterlab_widgets)
            @ryantam626/jupyterlab_code_formatter v1.4.10 enabled ok (python, jupyterlab-code-formatter)
    

open exist logfile, got error:

[W 2022-08-05 18:27:51.922 ServerApp] 404 GET /data/runs (::1) 15.00ms referer=http://localhost:8888/
[I 2022-08-05 18:27:51.935 ServerApp] 200 GET /font-roboto/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2 (::1) 2.00ms
[I 2022-08-05 18:27:51.937 ServerApp] 200 GET /font-roboto/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2 (::1) 0.97ms
[W 2022-08-05 18:27:57.311 ServerApp] 404 GET /data/plugins_listing (::1) 1.00ms referer=http://localhost:8888/
[W 2022-08-05 18:27:57.335 ServerApp] 404 GET /data/plugins_listing (::1) 1.00ms referer=http://localhost:8888/
[W 2022-08-05 18:27:57.341 ServerApp] 404 GET /data/plugins_listing (::1) 1.00ms referer=http://localhost:8888/

I tested the environment that is basically the same as yours, and this problem did not appear (except that I don't have a windows 10 system for the time being, I need to try this on Monday, but I have tested it before)

As expected, there should be a request prefix of tensorboard_pro(This request is inside an embedded tensorboard iframe), just like:

[I 2022-08-06 23:07:25.186 ServerApp] 200 GET /tensorboard_pro/1/data/plugins_listing (127.0.0.1) 6.82ms
[I 2022-08-06 23:07:25.191 ServerApp] 200 GET /tensorboard_pro/1/data/environment (127.0.0.1) 4.32ms
[I 2022-08-06 23:07:25.204 ServerApp] 200 GET /tensorboard_pro/1/data/runs (127.0.0.1) 11.02ms
[I 2022-08-06 23:07:25.212 ServerApp] 200 GET /tensorboard_pro/1/data/environment (127.0.0.1) 4.90ms
[I 2022-08-06 23:07:25.215 ServerApp] 200 GET /tensorboard_pro/1/data/runs (127.0.0.1) 6.01ms

Can you check and tell me which version of tensorboard you have installed?

update: I tried the following environment. It can work rightly.

os: win 10
py: Python 3.8.5
tensorflow: 2.4.1
jupyterlab: 3.3.2
tensorboard: 2.9.1

So there is a need for more information

update: I tried the following environment. It can work rightly.

os: win 10
py: Python 3.8.5
tensorflow: 2.4.1
jupyterlab: 3.3.2
tensorboard: 2.9.1

So there is a need for more information

thanks, just upgrade tensorboard solve my problem.

# potoo at PC1 in ~ [19:49:04]
(base) % pip freeze | grep tensor
jupyterlab-tensorboard-pro==0.3.0
tensorboard==2.10.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.7.0
tensorboardX==2.1
tensorflow @ file:///E:/tensorflow-2.4.1-cp38-cp38-win_amd64.whl
tensorflow-estimator==2.4.0