https://github.com/iamteppei/harness-engineering
A study project about harness engineering
https://github.com/iamteppei/harness-engineering
Last synced: 18 days ago
JSON representation
A study project about harness engineering
- Host: GitHub
- URL: https://github.com/iamteppei/harness-engineering
- Owner: iamteppei
- Created: 2026-05-06T04:48:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-06T05:40:52.000Z (about 1 month ago)
- Last Synced: 2026-05-23T11:39:54.086Z (20 days ago)
- Language: Jupyter Notebook
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# harness-engineering
## Jupyter Setup (uv)
Jupyter is configured as a development dependency in `pyproject.toml`.
### Install dependencies
```bash
uv sync
```
### Start JupyterLab
```bash
uv run jupyter lab
```
### Optional: Start classic notebook server
```bash
uv run jupyter notebook
```
### Open the starter notebook
Use:
- `notebook/safety.ipynb`
When opening the notebook in VS Code, select the Python interpreter from this project (`.venv`) as the kernel.