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

Function print_or_update

tensorboard/notebook.py:145–149  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

143 )
144
145 def print_or_update(message):
146 if handle is None:
147 print(message)
148 else:
149 handle.update(IPython.display.Pretty(message))
150
151 parsed_args = shlex.split(args_string, comments=True, posix=True)
152 start_result = manager.start(parsed_args)

Callers 1

startFunction · 0.85

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…