microsoft / microsoft/vscode-tensorboard
Allow modification of tensorabord launch command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 9
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
I can't use this extension because the server I work on requires me to module load python first. I would like to be able to change the command to add module load python for this sever.
I get an error: Failed to start a TensorBoard session due to the following error: Command failed: . /dir/venv/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /home/.vscode-server/extensions/ms-python.python-2025.2.0-linux-x64/python_files/printEnvVariables.py python: error while loading shared libraries: libpython3.11.so.1.0: cannot open shared object file: No such file or directory.
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.
Research direction
Start by tracing how the extension assembles the TensorBoard launch command shown in the report, including the virtual-environment activation and Python invocation. Define the supported command customization, then verify that a configured module load python step is used before the session starts successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100