-
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
Getting Jupyter tensorboard extension error when using TF 2.3.0 #69
Comments
Same issue currently happening in a fresh JupyterHub workspace with the latest TF:
|
I believe latest working version is tensorboard 2.2.2. |
If you want to use TB 2.3 or later, can you please try with #63 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building from this Dockerfile:
FROM jupyter/tensorflow-notebook
RUN python -m pip install jupyter-tensorboard==0.2.0
which uses TF 2.3.0. However, as soon as I create a tensorboard instance, I get this:
AttributeError: module 'tensorboard.backend.application' has no attribute 'standard_tensorboard_wsgi'
This does not happen when using TF <= 2.1.0.
The text was updated successfully, but these errors were encountered: