Metadata-Version: 2.1
Name: alkh
Version: 0.1.0
Summary: algorithmic python debugging
Home-page: https://github.com/erez-aharonov/alkh
Author: Erez Aharonov
Author-email: ahar.erez@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas (>=1.3.4)
Requires-Dist: nbformat (>=5.1.3)

# alkh [al-khwarizmi]
### Algorithmic python debugging
### Convert your debugger stack to jupyter notebook

## Installation
pip install alkh

## Usage

import alkh

alkh.take_it_offline('path-of-notebooks-directory')

or

bash:

export ALKH_NOTEBOOKS_PATH='path-to-notebooks-directory'

python:

import alkh

alkh.take_it_offline()

## Example
![](https://github.com/erez-aharonov/alkh/blob/main/readme_files/alkh.png?raw=true)




