q5m.js - Quantum Computing Library - v0.1.1
Home
GitHub
NPM
Preparing search index...
JupyterDisplayObject
Interface JupyterDisplayObject
Jupyter display object interface
interface
JupyterDisplayObject
{
_repr_html_
?
()
:
string
;
_repr_svg_
?
()
:
string
;
_repr_latex_
?
()
:
string
;
_repr_json_
?
()
:
unknown
;
_repr_mimebundle_
?
()
:
MimeBundle
;
}
Index
Methods
_
repr_
html_?
_
repr_
svg_?
_
repr_
latex_?
_
repr_
json_?
_
repr_
mimebundle_?
Methods
Optional
_
repr_
html_
_repr_html_
?
()
:
string
Returns
string
Optional
_
repr_
svg_
_repr_svg_
?
()
:
string
Returns
string
Optional
_
repr_
latex_
_repr_latex_
?
()
:
string
Returns
string
Optional
_
repr_
json_
_repr_json_
?
()
:
unknown
Returns
unknown
Optional
_
repr_
mimebundle_
_repr_mimebundle_
?
()
:
MimeBundle
Returns
MimeBundle
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
_
repr_
html_
_
repr_
svg_
_
repr_
latex_
_
repr_
json_
_
repr_
mimebundle_
Home
GitHub
NPM
q5m.js - Quantum Computing Library - v0.1.1
Loading...
Jupyter display object interface