q5m.js - Quantum Computing Library - v0.1.1
    Preparing search index...

    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