-
Notifications
You must be signed in to change notification settings - Fork 7
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
I installed tensorboard_pro, but the page cannot be displayed normally in jupyter lab #17
Comments
I have this same issue with the following: |
收到你的问题,我今天晚些时候尝试复现一下 |
感谢 |
已定位问题原因。 |
tornado 6.3+ 是近期新发的版本,这里可能存在兼容问题,后续我进一步跟进下。 |
tornado 6.3 之后的异步写法发生了变化,我在这个分支完成了适配:https://github.com/HFAiLab/jupyterlab_tensorboard_pro/tree/feat/tornado_6.3 后续还需要进行一点测试再发布正式版本,暂时先对当前版本的插件依赖的 tornado 加了 6.2 的约束。 |
When I click [create TensorBoard] button in jupyter lab, the tensorboard page cannot be displayed normally.
I also tried other version such as tensorflow 2.12, jupyterlab 3.2.8. It also doesn't work.
Python version is 3.8.12
------ installed packages --------
jupyterlab-tensorboard-pro 0.7.0
tensorboard 2.13.0
tensorflow 2.13.0rc0
jupyterlab 3.6.1
I started jupyter lab using --debug option, there are no error in log.
When I started tensorboard using 'tensorboard --logdir . --bind_all', the page could be rendered normally.
The text was updated successfully, but these errors were encountered: