-
Notifications
You must be signed in to change notification settings - Fork 82
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
Extension error on launch #66
Comments
Can you post the server logs from the jupyter server, it seems like the issue is related to tensorboard moving to 0.2.3. |
tensorboard 2.3.0 doesn't have application.standard_tensorboard_wsgi anymore: [E 14:04:39.551 NotebookApp] 500 POST /api/tensorboard?1597493079364 (10.84.160.17) 117.26ms referer=http://z97mx.local:9996/lab The new function is application.TensorBoardWSGIApp but compatibility is uncertain. I have renamed the calls and the error disappears, but I still cannot manage to get it working in a docker container |
Same issue here. Doesn't seem entirely straight-forward to just replace |
Hi @andreasfragner and those reading , I got this error when trying to use
|
If you want to use TB 2.3 or later, can you please try with #63 ? |
Thanks @NanoCode012 |
I am using my own jupyter notebook container and think I have installed everything as requested by the instructions for
![image](https://user-images.githubusercontent.com/23267120/89433124-eda95400-d70f-11ea-8f95-2f657e044076.png)
![image](https://user-images.githubusercontent.com/23267120/89433149-f732bc00-d70f-11ea-8791-4076e70cb75a.png)
jupyter_tensorboard
. When trying to open Tensorboard I get the extension error. My Chrome console shows the below error:The versions for relevant packages are shown below:
Thanks for the help!
The text was updated successfully, but these errors were encountered: