azure-kusto-notebooks

utilities for working with kusto from notebooks


Install
pip install azure-kusto-notebooks==0.3.2

Documentation

azure-kusto-notebooks for Python

Background

This project is a utility for streamlining the usage of azure-kusto-data when running from a Jupyter notebook.

Specifically, it handles parallalization of kusto queries, and simplifying AAD authentication.

Publish script

python publish.py

Test

pip uninstall azure-kusto-notebooks -y
pip install azure-kusto-notebooks
pip install --force-reinstall azure-nspkg==1.0.0
pytest tests