MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / _start_magic

Function _start_magic

tensorboard/notebook.py:115–117  ·  view source on GitHub ↗

Implementation of the `%tensorboard` line magic.

(line)

Source from the content-addressed store, hash-verified

113
114
115def _start_magic(line):
116 """Implementation of the `%tensorboard` line magic."""
117 return start(line)
118
119
120def start(args_string):

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…