tensorflow / tensorflow/tensorboard
No python API for killing tensorboard process
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I don't think this one is environment related.
There's just simply no such thing as a exit API for python scripts, which means I have to use lsof + kill or quit the python parent process to kill the tensorboard.
I just feel like there should be a matching API for launch().
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 locating the Python launch() API and the process-lifecycle code it uses. Determine the matching exit behavior and its expected ownership semantics, then add tests showing that a launched TensorBoard process can be stopped through the Python API without using lsof, kill, or terminating the parent script.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100