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

    Interface JupyterWindow

    Jupyter environment detection

    interface JupyterWindow {
        Jupyter?: { notebook?: { kernel?: unknown } };
        IPython?: { notebook?: { kernel?: unknown } };
    }
    Index

    Properties

    Properties

    Jupyter?: { notebook?: { kernel?: unknown } }
    IPython?: { notebook?: { kernel?: unknown } }