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 install 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
Release files for KqlmagicCustom 0.1.114.post20
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| KqlmagicCustom-0.1.114.post20.tar.gz | 215.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| KqlmagicCustom-0.1.114.post20-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 453.3 kB
Release files / KqlmagicCustom-0.1.114.post20.tar.gz
| Download URL | KqlmagicCustom-0.1.114.post20.tar.gz |
|---|---|
| Size | 215.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2355eb040996d78bcd036383a375f08a26a5c9ef1247f4c07c3eb89829a0ec8a
|
|
BLAKE2b-256 checksum How to use checksums |
4043df4034684df8f7be4ef0887ce06f6cfb19bcc831efa42af47bab971a6d0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/59.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.10
|
Release files / KqlmagicCustom-0.1.114.post20-py3-none-any.whl
| Download URL | KqlmagicCustom-0.1.114.post20-py3-none-any.whl |
|---|---|
| Size | 237.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e626c23a7a3b6d58097f28b452568db58c546acf98de0313891da6280b58c94
|
|
BLAKE2b-256 checksum How to use checksums |
fdfd8e0b6c8a9286d437faa1ece7d298ce63693af56f7544b00975ed979f9797
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/59.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.10
|