Skip to content

Commit

Permalink
Merge pull request #34 from andreinechaev/feature/first-example-noteb…
Browse files Browse the repository at this point in the history
…ooks

Add example notebooks for compiling with opencv and an adaptation of a CUDA training series
  • Loading branch information
cosminc98 committed Jun 3, 2024
2 parents 326b0a5 + 1b238ff commit 0b60c36
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ repos:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]

# remove notebook cell output
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
files: ".ipynb"
Loading

0 comments on commit 0b60c36

Please sign in to comment.