tensorflow / tensorflow/tensorboard
Arg to turn off in-notebook window
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
There should be an optional argument in the "%tensorboard" magic (maybe --no-window or --nowindow) to optionally turn off the in-notebook browser window just in case it's impossible for the browser to access TensorBoard directly to prevent outputs like this in notebooks:
Just a nice-to-have feature. Should also appear in the --helpfull prompt.
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 %tensorboard magic implementation and its --helpfull option definitions. Add the optional argument so it suppresses the in-notebook browser window, and confirm that the argument appears in the help output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100