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.100.tar.gz
(95.8 kB
view hashes)
Built Distribution
Kqlmagic-0.1.100-py3-none-any.whl
(101.7 kB
view hashes)
Close
Hashes for Kqlmagic-0.1.100-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72f666f3f27cf058ad8c5e07d01a81a44c07fe00f812817567ca23ed28564eb1 |
|
MD5 | a1325f3ebd8f70308b1859cf9102cdad |
|
BLAKE2b-256 | 0b78aac16cd40598900a544edb4a7823e6d853e9b076b44ca4bc0a51bfc325b1 |