Implementation of the `%tensorboard` line magic.
(line)
| 113 | |
| 114 | |
| 115 | def _start_magic(line): |
| 116 | """Implementation of the `%tensorboard` line magic.""" |
| 117 | return start(line) |
| 118 | |
| 119 | |
| 120 | def start(args_string): |
nothing calls this directly
no test coverage detected
searching dependent graphs…