MCPcopy Create free account
hub / github.com/Kaggle/docker-python / load_ipython_extension

Function load_ipython_extension

patches/tensorboard/notebook.py:56–62  ·  view source on GitHub ↗

IPython extension entry point.

(ipython)

Source from the content-addressed store, hash-verified

54 display(HTML(html))
55
56def load_ipython_extension(ipython):
57 """IPython extension entry point."""
58 ipython.register_magic_function(
59 _tensorboard_magic,
60 magic_kind='line',
61 magic_name='tensorboard',
62 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected