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.post10
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.post10.tar.gz | 214.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| KqlmagicCustom-0.1.114.post10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 448.5 kB
Release files / KqlmagicCustom-0.1.114.post10.tar.gz
| Download URL | KqlmagicCustom-0.1.114.post10.tar.gz |
|---|---|
| Size | 214.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3c1c476783bb8ff47471990a64a3ca02b6676f55a06b1a79b3c80a72e4cfde0
|
|
BLAKE2b-256 checksum How to use checksums |
f8fff4b745720cda6f4924e718d5aed3967acbfa9b907d89f43a6f996a7ee009
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / KqlmagicCustom-0.1.114.post10-py3-none-any.whl
| Download URL | KqlmagicCustom-0.1.114.post10-py3-none-any.whl |
|---|---|
| Size | 234.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2f63d1dfc01f1c1c35b50f3db4c413b1520408aa32b2255720906ef0307feb26
|
|
BLAKE2b-256 checksum How to use checksums |
79ef6bf956fd8ce334040821f9d8717b52cfff4d4ece85a8b46f5bcc47f85c45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|