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.post21
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.post21.tar.gz | 216.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| KqlmagicCustom-0.1.114.post21-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 454.4 kB
Release files / KqlmagicCustom-0.1.114.post21.tar.gz
| Download URL | KqlmagicCustom-0.1.114.post21.tar.gz |
|---|---|
| Size | 216.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f0f9cebf735edb9e81d2264e2e620053502eb55cae0e814a12ce77e80ac88ca1
|
|
BLAKE2b-256 checksum How to use checksums |
c83f78ae4e4b083a1f8e0953f213e94814bbc974ba7ea5994ac6db51b98cec2d
|
| 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.post21-py3-none-any.whl
| Download URL | KqlmagicCustom-0.1.114.post21-py3-none-any.whl |
|---|---|
| Size | 238.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
da5ca4ee1001dbf13f9e32ece9c508a4eff7606fef2b2fc102b9888b447539b9
|
|
BLAKE2b-256 checksum How to use checksums |
2d1c480b8b7ad0b487ab05755e6f49b3bb097d3a27d997b2061c2bf130ef4159
|
| 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
|