Kqlmagic: Microsoft Azure Monitor magic extension to Jupyter notebook
Project description
Enables notebook experience, exploring Microsoft Azure Monitor data: Azure Data Explorer (Kusto), ApplicationInsights, and LogAnalytics data, from Jupyter notebook (Python3 kernel), using kql (Kusto Query language).
Example
Install latest version of package
In [1]: !pip Kqlmagic --no-cache-dir --upgrade
Add Kqlmagic to notebook magics
In [2]: %reload_ext Kqlmagic
Connect to database at cluster
In [3]: %kql kusto://code;cluster='help';database='Samples'
Query database@cluster and render result set to a pie chart
In [4]: %kql Samples@help StormEvents | summarize count() by State | sort by count_ | limit 10 | render piechart title='my apple pie'
Get Started Notebooks
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Kqlmagic-0.1.103.tar.gz
(108.0 kB
view hashes)
Built Distribution
Kqlmagic-0.1.103-py3-none-any.whl
(121.0 kB
view hashes)
Close
Hashes for Kqlmagic-0.1.103-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be00caa8efe736b09b837e902be94bd7e10e8da2a1aa4bfcb191d181f27890fc |
|
MD5 | cc771373b645edbee6bf45ca3b767ec4 |
|
BLAKE2b-256 | 6e3336c3a19d544f7480fc66e80766f4a12c21368723bb7b1f3ad2aa4c69c01c |