Skip to content

Commit 2b4a405

Browse files
author
Prajeen Govardhanam
committed
Update Highlights Generator.ipynb, Pipfile
1 parent 089aa72 commit 2b4a405

File tree

2 files changed

+356
-0
lines changed

2 files changed

+356
-0
lines changed

Highlights Generator.ipynb

+341
Large diffs are not rendered by default.

Pipfile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
jupyter = "*"
8+
scipy = "*"
9+
ffmpeg-python = "*"
10+
matplotlib = "*"
11+
12+
[dev-packages]
13+
14+
[requires]
15+
python_version = "3.10"

0 commit comments

Comments
 (0)