microsoft / microsoft/vscode-tensorboard
Tensorboard works with terminal&browser but not vscode
@DonJayamanne is already working on this.
Since Dec 4, 2023.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 9
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Environment data
- VS Code version: 1.84.2
- Python Extension version (available under the Extensions sidebar): v2023.20.0
- OS (Windows | Mac | Linux distro) and version: Windows 10 family
- Anaconda version: 23.3.1
- Type of virtual environment used: conda
- Jupyter server running: N/A
Expected behaviour
Show data.
Actual behaviour
"No dashboards are active for the current data set"
Steps to reproduce:
If I first launch tensorboard in terminal and then open vscode everything is fine. But if I don't prelaunch tensorboard and make it running under the hood, vscode can't show dashboard. Even worse, If I did prelaunch it but after open vscode, I close the terminal process, then I can never make tensorboard works except I close vscode.
By the way, the conda environment and work directory is the same in the terminal and vscode.
Conclusion:
The problem is clearly caused by vscode extensions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.