Metadata-Version: 2.1
Name: notebooks_and_scripts
Version: 4.683.1
Summary: 📜 notebooks and scripts for ai experiments and aws batch jobs.
Home-page: https://github.com/kamangir/notebooks-and-scripts
Author: Arash Abadpour (Kamangir)
Author-email: arash@kamangir.net
License: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Unix Shell
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: blueness
Requires-Dist: abcli
Requires-Dist: beautifulsoup4
Requires-Dist: boto3
Requires-Dist: geojson
Requires-Dist: geopandas
Requires-Dist: ipdb
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: opencv-python
Requires-Dist: pydot
Requires-Dist: pylint
Requires-Dist: pymysql==0.10.1
Requires-Dist: pytest
Requires-Dist: python-dotenv[cli]
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: tqdm

# 📜 notebooks & scripts

📜 [notebooks](https://raw.githubusercontent.com/kamangir/notebooks-and-scripts/main/notebooks) and [scripts](https://raw.githubusercontent.com/kamangir/notebooks-and-scripts/main/scripts) for ai experiments and aws batch jobs.

```bash
pip install notebooks-and-scripts
```

|   |   |
| --- | --- |
| 📜[`workflow`](https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow) [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/hourglass/workflow.gif?raw=true)](https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow) an abstraction to run mixed-type (cpu/gpu/...) [DAG](https://networkx.org/documentation/stable/reference/classes/digraph.html)s of commands on [aws batch](https://aws.amazon.com/batch/), and a few other compute resources. | 📜[`scripts`](https://github.com/kamangir/notebooks-and-scripts/tree/main/scripts) [![image](https://github.com/kamangir/assets/blob/main/nbs/3x4.jpg?raw=true)](https://github.com/kamangir/notebooks-and-scripts/tree/main/scripts) legacy mechanisms replaced with `@docker eval - <command>` and `@batch eval - <command>`. |

---

to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with "notebooks_and_scripts" and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md).

[![pylint](https://github.com/kamangir/notebooks-and-scripts/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/notebooks-and-scripts/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/notebooks-and-scripts/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/notebooks-and-scripts/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/notebooks-and-scripts/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/notebooks-and-scripts/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/notebooks-and-scripts.svg)](https://pypi.org/project/notebooks-and-scripts/)

built by 🪄 [`abcli-9.253.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`notebooks_and_scripts-4.683.1`](https://github.com/kamangir/notebooks-and-scripts).
