Kqlmagic is a Jupyter notebook magic extension for running Kusto queries (Azure Data Explorer / Azure Monitor) and visualizing results. This variant, kqlmagiccustom, uses custom dependencies. Current version 0.1.114.post26, requires Python >=3.6. Release cadence irregular.
pip install kqlmagiccustomVerified import paths — ran on the pinned version, not inferred.
Load the magic extension, set cluster and database, then run a KQL query.
Ensure the cell containing '%load_ext kqlmagiccustom' is executed before any '%kql' cells.
Use '--auth-mode' flag (e.g., 'device_code', 'interactive') and pass credentials via environment variables or config.