-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem: Launcher Error Invalid response: 404 Not Found #22
Comments
@efengx same issue on my side as well |
This worked for me. |
Any updates on this? |
First install tensorflow Then install this extension. |
@tarrade Did it not work? |
@AbhishekTaparia no it didn't work for me with my setup. I am using env and Docker to have a reproducible environment when I am working locally or on the cloud for my student and me. The "new" TensorBoard can run in a notebook cell for me locally and I need port fwd on GCP. Maybe it some incomparability with the other packages that I am using since it work for you but not for some of us. Anyway I have new setup so I don't need this extension any more. Thanks |
same issue 404 not found. can anyone help please? |
Same issue here. |
I had the same issue. I was entering the directory's absolute path, such as "/home/user/this/is/example/path". So I tried entering "this/is/example/path", then it started working... (opened jupyterlab in the $home folder) |
Same issue Invalid response: 404 Not Found.. Any updates yet? |
Same issue Invalid response: 404 |
Please try the following. |
problem:
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
Originally posted by @efengx in #5 (comment)
The text was updated successfully, but these errors were encountered: