Coder Social home page Coder Social logo

Launcher Error about jupyterlab_tensorboard HOT 15 OPEN

XinDongol avatar XinDongol commented on July 18, 2024
Launcher Error

from jupyterlab_tensorboard.

Comments (15)

shimk52 avatar shimk52 commented on July 18, 2024 8

Running:
jupyter tensorboard enable --user

worked for me

from jupyterlab_tensorboard.

chesterli29 avatar chesterli29 commented on July 18, 2024 2

@vBLFTePebWNi6c Thanks for your advise! I have updated README.md

from jupyterlab_tensorboard.

chesterli29 avatar chesterli29 commented on July 18, 2024 1

Hi @XinDongol, Sorry for reply late. this error may be caused by not installing jupyter_tensorboard.
If you have already installed jupyter_tensorboard and this issue still exists. please show me your jupyterlab error log.

from jupyterlab_tensorboard.

keicoon avatar keicoon commented on July 18, 2024

Hi! @chaoleili
I resolved error that message invalid response: 404 by install jupyter_tensorboard. But, I can't understand error showed Cannot create tensorboard, Directory not found. This error be resolved by set my_log_dir_path first and default_log_dir_path one more time:(

from jupyterlab_tensorboard.

vBLFTePebWNi6c avatar vBLFTePebWNi6c commented on July 18, 2024

@keicoon After some workarounds I found that path to tensorboard logdir should be relative to the jupyterlab's root directory.
@chaoleili It would be nice if you'll write about it explicitly in README.md or somehow make path to tensorboard logdir absolute.

from jupyterlab_tensorboard.

dasing avatar dasing commented on July 18, 2024

Sorry, I have already installed jupyter_tensorboard but still got Launcher error.
The log message is
"[W 16:40:27.510 LabApp] 404 GET /api/tensorboard?1546620027748 (10.1.1.121) 29.83ms"

Can you help me?
Thank you!

from jupyterlab_tensorboard.

chesterli29 avatar chesterli29 commented on July 18, 2024

@dasing sorry for replying late, please check tensorflow >= 1.3 is installed. more info https://github.com/lspvic/jupyter_tensorboard#installation

from jupyterlab_tensorboard.

joequant avatar joequant commented on July 18, 2024

Already installed jupyter_tensorboard

Can you let me know what log files I should look at?

from jupyterlab_tensorboard.

chesterli29 avatar chesterli29 commented on July 18, 2024

What's your tensorboard version? if the tensorboard version >= 1.12 please ensure jupyter_tensorboard is update to 0.1.9.

from jupyterlab_tensorboard.

joequant avatar joequant commented on July 18, 2024

from jupyterlab_tensorboard.

joequant avatar joequant commented on July 18, 2024

Got it to work. I think there was just a nightly glitch.

from jupyterlab_tensorboard.

saravanabalagi avatar saravanabalagi commented on July 18, 2024

I still have this problem:

pip list | grep tensor
jupyter-tensorboard               0.1.9                 
tensorboard                       1.13.0                
tensorflow-estimator              1.13.0                
tensorflow-gpu                    1.13.1             

But I get when I open jupyterlab, in the browser
image

and the Jupyter log

[W 15:53:11.983 LabApp] 404 GET /api/tensorboard?1556034791980 (127.0.0.1) 1.06ms referer=http://localhost:8889/lab?
[W 15:53:11.997 LabApp] 404 POST /git/all_history?1556034791994 (127.0.0.1) 1.40ms referer=http://localhost:8889/lab?
[I 15:53:12.021 LabApp] Node v11.14.0
    
[I 15:53:12.356 LabApp] Build is up to date
[W 15:53:21.999 LabApp] 404 GET /api/tensorboard?1556034801981 (127.0.0.1) 3.85ms referer=http://localhost:8889/lab?
[W 15:53:31.991 LabApp] 404 GET /api/tensorboard?1556034811981 (127.0.0.1) 3.92ms referer=http://localhost:8889/lab?
[W 15:53:41.989 LabApp] 404 GET /api/tensorboard?1556034821981 (127.0.0.1) 1.91ms referer=http://localhost:8889/lab?

and when I click Tensorboard Button:

image

from jupyterlab_tensorboard.

shimk52 avatar shimk52 commented on July 18, 2024

Any news on this?
I'm encountering the 404 error

This happens on my local machine, with JupyterLab & Jupyter_tensorboard installed as written in README

from jupyterlab_tensorboard.

letusfly85 avatar letusfly85 commented on July 18, 2024

I also have similar troubles, and I fixed by seeing the following issue.

lspvic/jupyter_tensorboard#47

from jupyterlab_tensorboard.

efengx avatar efengx commented on July 18, 2024

problem:
error

I also have similar troubles, Related information is as follows:

root@fx-nb-1-0:/home/jovyan# pip list | grep tensorflow
tensorflow                        2.1.0               
tensorflow-data-validation        0.15.0              
tensorflow-datasets               2.1.0               
tensorflow-estimator              2.1.0               
tensorflow-gpu                    2.0.0rc0            
tensorflow-hub                    0.7.0               
tensorflow-metadata               0.15.2              
tensorflow-model-analysis         0.15.4              
tensorflow-serving-api            2.1.0               
tensorflow-transform              0.15.0
root@fx-nb-1-0:/home/jovyan# pip list | grep jupyter
jupyter                           1.0.0               
jupyter-client                    5.3.1               
jupyter-console                   6.0.0               
jupyter-contrib-core              0.3.3               
jupyter-contrib-nbextensions      0.5.1               
jupyter-core                      4.5.0               
jupyter-highlight-selected-word   0.2.0               
jupyter-http-over-ws              0.0.6               
jupyter-latex-envs                1.4.6               
jupyter-nbextensions-configurator 0.4.1               
jupyter-tensorboard               0.2.0               
jupyterlab                        1.1.4               
jupyterlab-latex                  1.0.0               
jupyterlab-server                 1.0.6 
root@fx-nb-1-0:/home/jovyan# pip list | grep tensorboard
jupyter-tensorboard               0.2.0               
tensorboard                       2.1.1
root@fx-nb-1-0:/home/jovyan# jupyter labextension list
JupyterLab v1.1.4
Known labextensions:
   app dir: /usr/local/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v1.0.3  enabled  OK
        @jupyterlab/latex v1.0.0  enabled  OK
        @jupyterlab/plotly-extension v1.0.0  enabled  OK
        @jupyterlab/toc v2.0.0  enabled  OK
        @mflevine/jupyterlab_html v0.1.4  enabled  OK
        @ryantam626/jupyterlab_code_formatter v1.1.0  enabled  OK
        jupyterlab-drawio v0.6.0  enabled  OK
        jupyterlab_tensorboard v0.1.6  enabled  OK
        qgrid v1.1.1  enabled  OK
root@fx-nb-1-0:/home/jovyan# jupyter serverextension list
config dir: /root/.jupyter
    jupyter_http_over_ws  enabled 
    - Validating...
      jupyter_http_over_ws 0.0.6 OK
    jupyter_tensorboard  enabled 
    - Validating...
      jupyter_tensorboard 0.2.0 OK
config dir: /usr/etc/jupyter
    jupyter_tensorboard  enabled 
    - Validating...
      jupyter_tensorboard 0.2.0 OK
config dir: /usr/local/etc/jupyter
    jupyterlab  enabled 
    - Validating...
      jupyterlab 1.1.4 OK
    jupyterlab_latex  enabled 
    - Validating...
      jupyterlab_latex 1.0.0 OK
    jupyter_nbextensions_configurator  enabled 
    - Validating...
      jupyter_nbextensions_configurator 0.4.1 OK

from jupyterlab_tensorboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.