Skip to content

Commit 2f05630

Browse files
committed
Fix image axis
1 parent 1dde1b4 commit 2f05630

File tree

3 files changed

+63
-36
lines changed

3 files changed

+63
-36
lines changed

Modelling/Vector_Quantization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31091,7 +31091,7 @@
3109131091
],
3109231092
"metadata": {
3109331093
"kernelspec": {
31094-
"display_name": "Python 3 (ipykernel)",
31094+
"display_name": "Python 3",
3109531095
"language": "python",
3109631096
"name": "python3"
3109731097
},
@@ -31105,7 +31105,7 @@
3110531105
"name": "python",
3110631106
"nbconvert_exporter": "python",
3110731107
"pygments_lexer": "ipython3",
31108-
"version": "3.12.5"
31108+
"version": "3.9.7"
3110931109
}
3111031110
},
3111131111
"nbformat": 4,

Representations/Spectrogram_and_the_STFT.ipynb

Lines changed: 59 additions & 32 deletions
Large diffs are not rendered by default.

generate_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
conda install pipreqs nbconvert
3+
#conda install pipreqs nbconvert
44
jupyter nbconvert --output-dir="./reqs" --to script *.ipynb */*.ipynb */*.py
55
cd reqs
66
rm requirements.txt
77
pipreqs
88
cd ..
9-
mv reqs/requirements.txt .
9+
#mv reqs/requirements.txt .

0 commit comments

Comments
 (0)